Html Css Color HEX #9A8FAD Cold Purple

📋 copy color: '#9A8FAD'

red 154 ◦ green 143 ◦ blue 173

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

Shades of Cold Purple #9A8FAD

Tints of Cold Purple #9A8FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

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

R = 32.77%
G = 30.43%
B = 36.81%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A8FAD (or 0x9A8FAD) is known color: Cold Purple. HEX triplet: 9A, 8F and AD. RGB value is (154,143,173). Sum of RGB (Red+Green+Blue) = 154+143+173=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8FAD is #657052. Grayscale: #959595. Windows color (decimal): -6647891 or 11374490. OLE color: 11374490.

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

Color convert

RGB 154 143 173 -
CMYK 0.11 0.17 0 0.32
HSL 262º 0.15% 0.62% -
HSV(B) 262º 0.17% 0.68% -
XYZ 30.69 29.53 43.62 -
YUV 149.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 154 143 173 0.11 0.17 0 0.32 262 0.15 0.62
Hex 9A 8F AD B 11 0 20 106 F 3E
Octal 232 217 255 13 21 0 40 406 17 76
Binary 10011010 10001111 10101101 1011 10001 0 100000 100000110 1111 111110

Color Harmonies of #9A8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8FAD

Black with #9A8FAD

Text Example


Text Example

White with #9A8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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