Html Css Color HEX #9E90CD Cold Purple

📋 copy color: '#9E90CD'

red 158 ◦ green 144 ◦ blue 205

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

Shades of Cold Purple #9E90CD

Tints of Cold Purple #9E90CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.4%

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

R = 31.16%
G = 28.4%
B = 40.43%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E90CD (or 0x9E90CD) is known color: Cold Purple. HEX triplet: 9E, 90 and CD. RGB value is (158,144,205). Sum of RGB (Red+Green+Blue) = 158+144+205=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90CD is #616F32. Grayscale: #9A9A9A. Windows color (decimal): -6385459 or 13471902. OLE color: 13471902.

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

Color convert

RGB 158 144 205 -
CMYK 0.23 0.30 0 0.20
HSL 253.77º 0.38% 0.68% -
HSV(B) 253.77º 0.3% 0.8% -
XYZ 35.09 31.62 62.01 -
YUV 155.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 158 144 205 0.23 0.30 0 0.20 253.77 0.38 0.68
Hex 9E 90 CD 17 1E 0 14 FE 26 44
Octal 236 220 315 27 36 0 24 376 46 104
Binary 10011110 10010000 11001101 10111 11110 0 10100 11111110 100110 1000100

Color Harmonies of #9E90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E90CD

Black with #9E90CD

Text Example


Text Example

White with #9E90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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