Html Css Color HEX #9E8CCC Cold Purple

📋 copy color: '#9E8CCC'

red 158 ◦ green 140 ◦ blue 204

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

Shades of Cold Purple #9E8CCC

Tints of Cold Purple #9E8CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

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

R = 31.47%
G = 27.89%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E8CCC (or 0x9E8CCC) is known color: Cold Purple. HEX triplet: 9E, 8C and CC. RGB value is (158,140,204). Sum of RGB (Red+Green+Blue) = 158+140+204=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CCC is #617333. Grayscale: #989898. Windows color (decimal): -6386484 or 13405342. OLE color: 13405342.

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

Color convert

RGB 158 140 204 -
CMYK 0.23 0.31 0 0.2
HSL 256.88º 0.39% 0.67% -
HSV(B) 256.88º 0.31% 0.8% -
XYZ 34.38 30.38 61.18 -
YUV 152.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 158 140 204 0.23 0.31 0 0.2 256.88 0.39 0.67
Hex 9E 8C CC 17 1F 0 14 101 27 43
Octal 236 214 314 27 37 0 24 401 47 103
Binary 10011110 10001100 11001100 10111 11111 0 10100 100000001 100111 1000011

Color Harmonies of #9E8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CCC

Black with #9E8CCC

Text Example


Text Example

White with #9E8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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