Html Css Color HEX #9E8CBE Cold Purple

📋 copy color: '#9E8CBE'

red 158 ◦ green 140 ◦ blue 190

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

Shades of Cold Purple #9E8CBE

Tints of Cold Purple #9E8CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 32.38%
G = 28.69%
B = 38.93%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E8CBE (or 0x9E8CBE) is known color: Cold Purple. HEX triplet: 9E, 8C and BE. RGB value is (158,140,190). Sum of RGB (Red+Green+Blue) = 158+140+190=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CBE is #617341. Grayscale: #969696. Windows color (decimal): -6386498 or 12487838. OLE color: 12487838.

HSL color Cylindrical-coordinate representation of color #9E8CBE: hue angle of 261.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E8CBE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 140 190 -
CMYK 0.17 0.26 0 0.25
HSL 261.6º 0.28% 0.65% -
HSV(B) 261.6º 0.26% 0.75% -
XYZ 32.77 29.74 52.73 -
YUV 151.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 158 140 190 0.17 0.26 0 0.25 261.6 0.28 0.65
Hex 9E 8C BE 11 1A 0 19 106 1C 41
Octal 236 214 276 21 32 0 31 406 34 101
Binary 10011110 10001100 10111110 10001 11010 0 11001 100000110 11100 1000001

Color Harmonies of #9E8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CBE

Black with #9E8CBE

Text Example


Text Example

White with #9E8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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