Html Css Color HEX #9E8CCA Cold Purple

📋 copy color: '#9E8CCA'

red 158 ◦ green 140 ◦ blue 202

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

Shades of Cold Purple #9E8CCA

Tints of Cold Purple #9E8CCA

RGB

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

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

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

R = 31.6%
G = 28%
B = 40.4%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E8CCA (or 0x9E8CCA) is known color: Cold Purple. HEX triplet: 9E, 8C and CA. RGB value is (158,140,202). Sum of RGB (Red+Green+Blue) = 158+140+202=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CCA is #617335. Grayscale: #989898. Windows color (decimal): -6386486 or 13274270. OLE color: 13274270.

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

Color convert

RGB 158 140 202 -
CMYK 0.22 0.31 0 0.21
HSL 257.42º 0.37% 0.67% -
HSV(B) 257.42º 0.31% 0.79% -
XYZ 34.14 30.29 59.92 -
YUV 152.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 158 140 202 0.22 0.31 0 0.21 257.42 0.37 0.67
Hex 9E 8C CA 16 1F 0 15 101 25 43
Octal 236 214 312 26 37 0 25 401 45 103
Binary 10011110 10001100 11001010 10110 11111 0 10101 100000001 100101 1000011

Color Harmonies of #9E8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CCA

Black with #9E8CCA

Text Example


Text Example

White with #9E8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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