Html Css Color HEX #9E91BD Cold Purple

📋 copy color: '#9E91BD'

red 158 ◦ green 145 ◦ blue 189

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

Shades of Cold Purple #9E91BD

Tints of Cold Purple #9E91BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.47%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 32.11%
G = 29.47%
B = 38.41%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E91BD (or 0x9E91BD) is known color: Cold Purple. HEX triplet: 9E, 91 and BD. RGB value is (158,145,189). Sum of RGB (Red+Green+Blue) = 158+145+189=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E91BD is #616E42. Grayscale: #999999. Windows color (decimal): -6385219 or 12423582. OLE color: 12423582.

HSL color Cylindrical-coordinate representation of color #9E91BD: hue angle of 257.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E91BD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 145 189 -
CMYK 0.16 0.23 0 0.26
HSL 257.73º 0.25% 0.65% -
HSV(B) 257.73º 0.23% 0.74% -
XYZ 33.41 31.19 52.4 -
YUV 153.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 158 145 189 0.16 0.23 0 0.26 257.73 0.25 0.65
Hex 9E 91 BD 10 17 0 1A 102 19 41
Octal 236 221 275 20 27 0 32 402 31 101
Binary 10011110 10010001 10111101 10000 10111 0 11010 100000010 11001 1000001

Color Harmonies of #9E91BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E91BD

Black with #9E91BD

Text Example


Text Example

White with #9E91BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,145,189); }

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

background-color css

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

 a { background-color: rgb(158,145,189); }

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

border-color css

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

 span { border-color: rgb(158,145,189); }

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