Html Css Color HEX #9E6CC6 Amethyst

📋 copy color: '#9E6CC6'

red 158 ◦ green 108 ◦ blue 198

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

Shades of Amethyst #9E6CC6

Tints of Amethyst #9E6CC6

RGB

 RED value IS 158 (62.11% from 255) = 34.05%

 GREEN value IS 108 (42.58% from 255) = 23.28%

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

R = 34.05%
G = 23.28%
B = 42.67%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9E6CC6 (or 0x9E6CC6) is known color: Amethyst. HEX triplet: 9E, 6C and C6. RGB value is (158,108,198). Sum of RGB (Red+Green+Blue) = 158+108+198=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E6CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CC6 is #619339. Grayscale: #848484. Windows color (decimal): -6394682 or 13003934. OLE color: 13003934.

HSL color Cylindrical-coordinate representation of color #9E6CC6: hue angle of 273.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E6CC6 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 108 198 -
CMYK 0.20 0.45 0 0.22
HSL 273.33º 0.44% 0.6% -
HSV(B) 273.33º 0.45% 0.78% -
XYZ 29.66 22.07 56.12 -
YUV 133.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 158 108 198 0.20 0.45 0 0.22 273.33 0.44 0.6
Hex 9E 6C C6 14 2D 0 16 111 2C 3C
Octal 236 154 306 24 55 0 26 421 54 74
Binary 10011110 1101100 11000110 10100 101101 0 10110 100010001 101100 111100

Color Harmonies of #9E6CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CC6

Black with #9E6CC6

Text Example


Text Example

White with #9E6CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6CC6; }

 p { color: rgb(158,108,198); }

 H1.HeaderClassName
 {
   color: #9E6CC6;
 }
 .AnyTagClassName
 {
   color: #9E6CC6;
 }
</style>

background-color css

<style>
 a { background-color: #9E6CC6; }

 a { background-color: rgb(158,108,198); }

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

border-color css

<style>
 span { border-color: #9E6CC6; }

 span { border-color: rgb(158,108,198); }

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