Html Css Color HEX #9A8FAC Cold Purple

📋 copy color: '#9A8FAC'

red 154 ◦ green 143 ◦ blue 172

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

Shades of Cold Purple #9A8FAC

Tints of Cold Purple #9A8FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 32.84%
G = 30.49%
B = 36.67%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A8FAC (or 0x9A8FAC) is known color: Cold Purple. HEX triplet: 9A, 8F and AC. RGB value is (154,143,172). Sum of RGB (Red+Green+Blue) = 154+143+172=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8FAC is #657053. Grayscale: #959595. Windows color (decimal): -6647892 or 11308954. OLE color: 11308954.

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

Color convert

RGB 154 143 172 -
CMYK 0.10 0.17 0 0.33
HSL 262.76º 0.15% 0.62% -
HSV(B) 262.76º 0.17% 0.67% -
XYZ 30.6 29.49 43.11 -
YUV 149.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 154 143 172 0.10 0.17 0 0.33 262.76 0.15 0.62
Hex 9A 8F AC A 11 0 21 107 F 3E
Octal 232 217 254 12 21 0 41 407 17 76
Binary 10011010 10001111 10101100 1010 10001 0 100001 100000111 1111 111110

Color Harmonies of #9A8FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8FAC

Black with #9A8FAC

Text Example


Text Example

White with #9A8FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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