Html Css Color HEX #9E8DCD Cold Purple

📋 copy color: '#9E8DCD'

red 158 ◦ green 141 ◦ blue 205

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

Shades of Cold Purple #9E8DCD

Tints of Cold Purple #9E8DCD

RGB

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

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

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

R = 31.35%
G = 27.98%
B = 40.67%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E8DCD (or 0x9E8DCD) is known color: Cold Purple. HEX triplet: 9E, 8D and CD. RGB value is (158,141,205). Sum of RGB (Red+Green+Blue) = 158+141+205=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DCD is #617232. Grayscale: #999999. Windows color (decimal): -6386227 or 13471134. OLE color: 13471134.

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

Color convert

RGB 158 141 205 -
CMYK 0.23 0.31 0 0.20
HSL 255.94º 0.39% 0.68% -
HSV(B) 255.94º 0.31% 0.8% -
XYZ 34.64 30.73 61.86 -
YUV 153.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 158 141 205 0.23 0.31 0 0.20 255.94 0.39 0.68
Hex 9E 8D CD 17 1F 0 14 100 27 44
Octal 236 215 315 27 37 0 24 400 47 104
Binary 10011110 10001101 11001101 10111 11111 0 10100 100000000 100111 1000100

Color Harmonies of #9E8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DCD

Black with #9E8DCD

Text Example


Text Example

White with #9E8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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