Html Css Color HEX #9B91A9 Cold Purple

📋 copy color: '#9B91A9'

red 155 ◦ green 145 ◦ blue 169

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

Shades of Cold Purple #9B91A9

Tints of Cold Purple #9B91A9

RGB

 RED value IS 155 (60.94% from 255) = 33.05%

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

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 33.05%
G = 30.92%
B = 36.03%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9B91A9 (or 0x9B91A9) is known color: Cold Purple. HEX triplet: 9B, 91 and A9. RGB value is (155,145,169). Sum of RGB (Red+Green+Blue) = 155+145+169=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B91A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B91A9 is #646E56. Grayscale: #969696. Windows color (decimal): -6581847 or 11112859. OLE color: 11112859.

HSL color Cylindrical-coordinate representation of color #9B91A9: hue angle of 265º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B91A9 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 145 169 -
CMYK 0.08 0.14 0 0.34
HSL 265º 0.12% 0.62% -
HSV(B) 265º 0.14% 0.66% -
XYZ 30.8 30.08 41.72 -
YUV 150.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 155 145 169 0.08 0.14 0 0.34 265 0.12 0.62
Hex 9B 91 A9 8 E 0 22 109 C 3E
Octal 233 221 251 10 16 0 42 411 14 76
Binary 10011011 10010001 10101001 1000 1110 0 100010 100001001 1100 111110

Color Harmonies of #9B91A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B91A9

Black with #9B91A9

Text Example


Text Example

White with #9B91A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,145,169); }

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

background-color css

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

 a { background-color: rgb(155,145,169); }

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

border-color css

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

 span { border-color: rgb(155,145,169); }

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