Html Css Color HEX #9A8EAC Cold Purple

📋 copy color: '#9A8EAC'

red 154 ◦ green 142 ◦ blue 172

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

Shades of Cold Purple #9A8EAC

Tints of Cold Purple #9A8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.34%

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

R = 32.91%
G = 30.34%
B = 36.75%

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

#9A8EAC (or 0x9A8EAC) is known color: Cold Purple. HEX triplet: 9A, 8E and AC. RGB value is (154,142,172). Sum of RGB (Red+Green+Blue) = 154+142+172=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A8EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8EAC is #657153. Grayscale: #949494. Windows color (decimal): -6648148 or 11308698. OLE color: 11308698.

HSL color Cylindrical-coordinate representation of color #9A8EAC: hue angle of 264º 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 #9A8EAC is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 142 172 -
CMYK 0.10 0.17 0 0.33
HSL 264º 0.15% 0.62% -
HSV(B) 264º 0.17% 0.67% -
XYZ 30.45 29.19 43.06 -
YUV 149.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 154 142 172 0.10 0.17 0 0.33 264 0.15 0.62
Hex 9A 8E AC A 11 0 21 108 F 3E
Octal 232 216 254 12 21 0 41 410 17 76
Binary 10011010 10001110 10101100 1010 10001 0 100001 100001000 1111 111110

Color Harmonies of #9A8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8EAC

Black with #9A8EAC

Text Example


Text Example

White with #9A8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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