Html Css Color HEX #9E8CBF Cold Purple

📋 copy color: '#9E8CBF'

red 158 ◦ green 140 ◦ blue 191

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

Shades of Cold Purple #9E8CBF

Tints of Cold Purple #9E8CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.06%

R = 32.31%
G = 28.63%
B = 39.06%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E8CBF (or 0x9E8CBF) is known color: Cold Purple. HEX triplet: 9E, 8C and BF. RGB value is (158,140,191). Sum of RGB (Red+Green+Blue) = 158+140+191=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E8CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CBF is #617340. Grayscale: #979797. Windows color (decimal): -6386497 or 12553374. OLE color: 12553374.

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

Color convert

RGB 158 140 191 -
CMYK 0.17 0.27 0 0.25
HSL 261.18º 0.28% 0.65% -
HSV(B) 261.18º 0.27% 0.75% -
XYZ 32.88 29.79 53.31 -
YUV 151.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 158 140 191 0.17 0.27 0 0.25 261.18 0.28 0.65
Hex 9E 8C BF 11 1B 0 19 105 1C 41
Octal 236 214 277 21 33 0 31 405 34 101
Binary 10011110 10001100 10111111 10001 11011 0 11001 100000101 11100 1000001

Color Harmonies of #9E8CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CBF

Black with #9E8CBF

Text Example


Text Example

White with #9E8CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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