Html Css Color HEX #9460C6 Amethyst

📋 copy color: '#9460C6'

red 148 ◦ green 96 ◦ blue 198

#9460C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9460C6

Tints of Amethyst #9460C6

RGB

 RED value IS 148 (58.2% from 255) = 33.48%

 GREEN value IS 96 (37.89% from 255) = 21.72%

 BLUE value IS 198 (77.73% from 255) = 44.8%

R = 33.48%
G = 21.72%
B = 44.8%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9460C6 (or 0x9460C6) is known color: Amethyst. HEX triplet: 94, 60 and C6. RGB value is (148,96,198). Sum of RGB (Red+Green+Blue) = 148+96+198=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #9460C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460C6 is #6B9F39. Grayscale: #7A7A7A. Windows color (decimal): -7053114 or 13000852. OLE color: 13000852.

HSL color Cylindrical-coordinate representation of color #9460C6: hue angle of 270.59º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9460C6 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 96 198 -
CMYK 0.25 0.52 0 0.22
HSL 270.59º 0.47% 0.58% -
HSV(B) 270.59º 0.52% 0.78% -
XYZ 26.59 18.74 55.64 -
YUV 123.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 148 96 198 0.25 0.52 0 0.22 270.59 0.47 0.58
Hex 94 60 C6 19 34 0 16 10F 2F 3A
Octal 224 140 306 31 64 0 26 417 57 72
Binary 10010100 1100000 11000110 11001 110100 0 10110 100001111 101111 111010

Color Harmonies of #9460C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9460C6

Black with #9460C6

Text Example


Text Example

White with #9460C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9460C6; }

 p { color: rgb(148,96,198); }

 H1.HeaderClassName
 {
   color: #9460C6;
 }
 .AnyTagClassName
 {
   color: #9460C6;
 }
</style>

background-color css

<style>
 a { background-color: #9460C6; }

 a { background-color: rgb(148,96,198); }

 div.DivClassName
 {
   background-color: #9460C6;
 }
 .BgClassName
 {
   background-color: #9460C6;
 }
</style>

border-color css

<style>
 span { border-color: #9460C6; }

 span { border-color: rgb(148,96,198); }

 td.TdClassName
 {
   border-color: #9460C6;
 }
 .TagClassName
 {
   border-color: #9460C6;
 }
</style>