Html Css Color HEX #9E6CCC Amethyst

📋 copy color: '#9E6CCC'

red 158 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #9E6CCC

Tints of Amethyst #9E6CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 33.62%
G = 22.98%
B = 43.4%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E6CCC (or 0x9E6CCC) is known color: Amethyst. HEX triplet: 9E, 6C and CC. RGB value is (158,108,204). Sum of RGB (Red+Green+Blue) = 158+108+204=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CCC is #619333. Grayscale: #858585. Windows color (decimal): -6394676 or 13397150. OLE color: 13397150.

HSL color Cylindrical-coordinate representation of color #9E6CCC: hue angle of 271.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E6CCC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 108 204 -
CMYK 0.23 0.47 0 0.2
HSL 271.25º 0.48% 0.61% -
HSV(B) 271.25º 0.47% 0.8% -
XYZ 30.36 22.35 59.84 -
YUV 133.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 158 108 204 0.23 0.47 0 0.2 271.25 0.48 0.61
Hex 9E 6C CC 17 2F 0 14 10F 30 3D
Octal 236 154 314 27 57 0 24 417 60 75
Binary 10011110 1101100 11001100 10111 101111 0 10100 100001111 110000 111101

Color Harmonies of #9E6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CCC

Black with #9E6CCC

Text Example


Text Example

White with #9E6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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