Html Css Color HEX #9D91BE Cold Purple

📋 copy color: '#9D91BE'

red 157 ◦ green 145 ◦ blue 190

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

Shades of Cold Purple #9D91BE

Tints of Cold Purple #9D91BE

RGB

 RED value IS 157 (61.72% from 255) = 31.91%

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 31.91%
G = 29.47%
B = 38.62%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D91BE (or 0x9D91BE) is known color: Cold Purple. HEX triplet: 9D, 91 and BE. RGB value is (157,145,190). Sum of RGB (Red+Green+Blue) = 157+145+190=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91BE is #626E41. Grayscale: #999999. Windows color (decimal): -6450754 or 12489117. OLE color: 12489117.

HSL color Cylindrical-coordinate representation of color #9D91BE: hue angle of 256º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D91BE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 145 190 -
CMYK 0.17 0.24 0 0.25
HSL 256º 0.26% 0.66% -
HSV(B) 256º 0.24% 0.75% -
XYZ 33.32 31.14 52.97 -
YUV 153.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 157 145 190 0.17 0.24 0 0.25 256 0.26 0.66
Hex 9D 91 BE 11 18 0 19 100 1A 42
Octal 235 221 276 21 30 0 31 400 32 102
Binary 10011101 10010001 10111110 10001 11000 0 11001 100000000 11010 1000010

Color Harmonies of #9D91BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D91BE

Black with #9D91BE

Text Example


Text Example

White with #9D91BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,145,190); }

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

background-color css

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

 a { background-color: rgb(157,145,190); }

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

border-color css

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

 span { border-color: rgb(157,145,190); }

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