Html Css Color HEX #9E6CCE Amethyst

📋 copy color: '#9E6CCE'

red 158 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #9E6CCE

Tints of Amethyst #9E6CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 33.47%
G = 22.88%
B = 43.64%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E6CCE (or 0x9E6CCE) is known color: Amethyst. HEX triplet: 9E, 6C and CE. RGB value is (158,108,206). Sum of RGB (Red+Green+Blue) = 158+108+206=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E6CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CCE is #619331. Grayscale: #858585. Windows color (decimal): -6394674 or 13528222. OLE color: 13528222.

HSL color Cylindrical-coordinate representation of color #9E6CCE: hue angle of 270.61º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E6CCE is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 108 206 -
CMYK 0.23 0.48 0 0.19
HSL 270.61º 0.5% 0.62% -
HSV(B) 270.61º 0.48% 0.81% -
XYZ 30.6 22.45 61.11 -
YUV 134.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 158 108 206 0.23 0.48 0 0.19 270.61 0.5 0.62
Hex 9E 6C CE 17 30 0 13 10F 32 3E
Octal 236 154 316 27 60 0 23 417 62 76
Binary 10011110 1101100 11001110 10111 110000 0 10011 100001111 110010 111110

Color Harmonies of #9E6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CCE

Black with #9E6CCE

Text Example


Text Example

White with #9E6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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