Html Css Color HEX #9E8DC0 Cold Purple

📋 copy color: '#9E8DC0'

red 158 ◦ green 141 ◦ blue 192

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

Shades of Cold Purple #9E8DC0

Tints of Cold Purple #9E8DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.72%

 BLUE value IS 192 (75.39% from 255) = 39.1%

R = 32.18%
G = 28.72%
B = 39.1%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E8DC0 (or 0x9E8DC0) is known color: Cold Purple. HEX triplet: 9E, 8D and C0. RGB value is (158,141,192). Sum of RGB (Red+Green+Blue) = 158+141+192=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E8DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DC0 is #61723F. Grayscale: #979797. Windows color (decimal): -6386240 or 12619166. OLE color: 12619166.

HSL color Cylindrical-coordinate representation of color #9E8DC0: hue angle of 260º degrees, saturation: 0.29, 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 #9E8DC0 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 141 192 -
CMYK 0.18 0.27 0 0.25
HSL 260º 0.29% 0.65% -
HSV(B) 260º 0.27% 0.75% -
XYZ 33.14 30.12 53.94 -
YUV 151.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 158 141 192 0.18 0.27 0 0.25 260 0.29 0.65
Hex 9E 8D C0 12 1B 0 19 104 1D 41
Octal 236 215 300 22 33 0 31 404 35 101
Binary 10011110 10001101 11000000 10010 11011 0 11001 100000100 11101 1000001

Color Harmonies of #9E8DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DC0

Black with #9E8DC0

Text Example


Text Example

White with #9E8DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,141,192); }

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

background-color css

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

 a { background-color: rgb(158,141,192); }

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

border-color css

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

 span { border-color: rgb(158,141,192); }

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