Html Css Color HEX #9D91AB Cold Purple

📋 copy color: '#9D91AB'

red 157 ◦ green 145 ◦ blue 171

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

Shades of Cold Purple #9D91AB

Tints of Cold Purple #9D91AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 33.19%
G = 30.66%
B = 36.15%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D91AB (or 0x9D91AB) is known color: Cold Purple. HEX triplet: 9D, 91 and AB. RGB value is (157,145,171). Sum of RGB (Red+Green+Blue) = 157+145+171=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D91AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D91AB is #626E54. Grayscale: #979797. Windows color (decimal): -6450773 or 11243933. OLE color: 11243933.

HSL color Cylindrical-coordinate representation of color #9D91AB: hue angle of 267.69º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D91AB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 145 171 -
CMYK 0.08 0.15 0 0.33
HSL 267.69º 0.13% 0.62% -
HSV(B) 267.69º 0.15% 0.67% -
XYZ 31.38 30.36 42.73 -
YUV 151.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 157 145 171 0.08 0.15 0 0.33 267.69 0.13 0.62
Hex 9D 91 AB 8 F 0 21 10C D 3E
Octal 235 221 253 10 17 0 41 414 15 76
Binary 10011101 10010001 10101011 1000 1111 0 100001 100001100 1101 111110

Color Harmonies of #9D91AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D91AB

Black with #9D91AB

Text Example


Text Example

White with #9D91AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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