Html Css Color HEX #9E8CCD Cold Purple

📋 copy color: '#9E8CCD'

red 158 ◦ green 140 ◦ blue 205

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

Shades of Cold Purple #9E8CCD

Tints of Cold Purple #9E8CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 31.41%
G = 27.83%
B = 40.76%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E8CCD (or 0x9E8CCD) is known color: Cold Purple. HEX triplet: 9E, 8C and CD. RGB value is (158,140,205). Sum of RGB (Red+Green+Blue) = 158+140+205=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CCD is #617332. Grayscale: #989898. Windows color (decimal): -6386483 or 13470878. OLE color: 13470878.

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

Color convert

RGB 158 140 205 -
CMYK 0.23 0.32 0 0.20
HSL 256.62º 0.39% 0.68% -
HSV(B) 256.62º 0.32% 0.8% -
XYZ 34.5 30.43 61.81 -
YUV 152.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 158 140 205 0.23 0.32 0 0.20 256.62 0.39 0.68
Hex 9E 8C CD 17 20 0 14 101 27 44
Octal 236 214 315 27 40 0 24 401 47 104
Binary 10011110 10001100 11001101 10111 100000 0 10100 100000001 100111 1000100

Color Harmonies of #9E8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CCD

Black with #9E8CCD

Text Example


Text Example

White with #9E8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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