Html Css Color HEX #9A91AD Cold Purple

📋 copy color: '#9A91AD'

red 154 ◦ green 145 ◦ blue 173

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

Shades of Cold Purple #9A91AD

Tints of Cold Purple #9A91AD

RGB

 RED value IS 154 (60.55% from 255) = 32.63%

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 32.63%
G = 30.72%
B = 36.65%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A91AD (or 0x9A91AD) is known color: Cold Purple. HEX triplet: 9A, 91 and AD. RGB value is (154,145,173). Sum of RGB (Red+Green+Blue) = 154+145+173=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A91AD is #656E52. Grayscale: #969696. Windows color (decimal): -6647379 or 11375002. OLE color: 11375002.

HSL color Cylindrical-coordinate representation of color #9A91AD: hue angle of 259.29º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A91AD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 145 173 -
CMYK 0.11 0.16 0 0.32
HSL 259.29º 0.15% 0.62% -
HSV(B) 259.29º 0.16% 0.68% -
XYZ 30.99 30.14 43.72 -
YUV 150.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 154 145 173 0.11 0.16 0 0.32 259.29 0.15 0.62
Hex 9A 91 AD B 10 0 20 103 F 3E
Octal 232 221 255 13 20 0 40 403 17 76
Binary 10011010 10010001 10101101 1011 10000 0 100000 100000011 1111 111110

Color Harmonies of #9A91AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A91AD

Black with #9A91AD

Text Example


Text Example

White with #9A91AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,145,173); }

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

background-color css

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

 a { background-color: rgb(154,145,173); }

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

border-color css

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

 span { border-color: rgb(154,145,173); }

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