Html Css Color HEX #9F98AA Cold Purple

📋 copy color: '#9F98AA'

red 159 ◦ green 152 ◦ blue 170

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

Shades of Cold Purple #9F98AA

Tints of Cold Purple #9F98AA

RGB

 RED value IS 159 (62.5% from 255) = 33.06%

 GREEN value IS 152 (59.77% from 255) = 31.6%

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 33.06%
G = 31.6%
B = 35.34%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F98AA (or 0x9F98AA) is known color: Cold Purple. HEX triplet: 9F, 98 and AA. RGB value is (159,152,170). Sum of RGB (Red+Green+Blue) = 159+152+170=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F98AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F98AA is #606755. Grayscale: #9C9C9C. Windows color (decimal): -6317910 or 11180191. OLE color: 11180191.

HSL color Cylindrical-coordinate representation of color #9F98AA: hue angle of 263.33º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F98AA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 152 170 -
CMYK 0.06 0.11 0 0.33
HSL 263.33º 0.1% 0.63% -
HSV(B) 263.33º 0.11% 0.67% -
XYZ 32.78 32.73 42.62 -
YUV 156.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 159 152 170 0.06 0.11 0 0.33 263.33 0.1 0.63
Hex 9F 98 AA 6 B 0 21 107 A 3F
Octal 237 230 252 6 13 0 41 407 12 77
Binary 10011111 10011000 10101010 110 1011 0 100001 100000111 1010 111111

Color Harmonies of #9F98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F98AA

Black with #9F98AA

Text Example


Text Example

White with #9F98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,152,170); }

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

background-color css

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

 a { background-color: rgb(159,152,170); }

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

border-color css

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

 span { border-color: rgb(159,152,170); }

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