Html Css Color HEX #9E8DCA Cold Purple

📋 copy color: '#9E8DCA'

red 158 ◦ green 141 ◦ blue 202

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

Shades of Cold Purple #9E8DCA

Tints of Cold Purple #9E8DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 31.54%
G = 28.14%
B = 40.32%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E8DCA (or 0x9E8DCA) is known color: Cold Purple. HEX triplet: 9E, 8D and CA. RGB value is (158,141,202). Sum of RGB (Red+Green+Blue) = 158+141+202=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DCA is #617235. Grayscale: #989898. Windows color (decimal): -6386230 or 13274526. OLE color: 13274526.

HSL color Cylindrical-coordinate representation of color #9E8DCA: hue angle of 256.72º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E8DCA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 141 202 -
CMYK 0.22 0.30 0 0.21
HSL 256.72º 0.37% 0.67% -
HSV(B) 256.72º 0.3% 0.79% -
XYZ 34.29 30.58 59.97 -
YUV 153.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 158 141 202 0.22 0.30 0 0.21 256.72 0.37 0.67
Hex 9E 8D CA 16 1E 0 15 101 25 43
Octal 236 215 312 26 36 0 25 401 45 103
Binary 10011110 10001101 11001010 10110 11110 0 10101 100000001 100101 1000011

Color Harmonies of #9E8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DCA

Black with #9E8DCA

Text Example


Text Example

White with #9E8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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