Html Css Color HEX #9F98AB Cold Purple

📋 copy color: '#9F98AB'

red 159 ◦ green 152 ◦ blue 171

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

Shades of Cold Purple #9F98AB

Tints of Cold Purple #9F98AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 32.99%
G = 31.54%
B = 35.48%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F98AB (or 0x9F98AB) is known color: Cold Purple. HEX triplet: 9F, 98 and AB. RGB value is (159,152,171). Sum of RGB (Red+Green+Blue) = 159+152+171=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F98AB is #606754. Grayscale: #9C9C9C. Windows color (decimal): -6317909 or 11245727. OLE color: 11245727.

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

Color convert

RGB 159 152 171 -
CMYK 0.07 0.11 0 0.33
HSL 262.11º 0.1% 0.63% -
HSV(B) 262.11º 0.11% 0.67% -
XYZ 32.88 32.77 43.12 -
YUV 156.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 159 152 171 0.07 0.11 0 0.33 262.11 0.1 0.63
Hex 9F 98 AB 7 B 0 21 106 A 3F
Octal 237 230 253 7 13 0 41 406 12 77
Binary 10011111 10011000 10101011 111 1011 0 100001 100000110 1010 111111

Color Harmonies of #9F98AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F98AB

Black with #9F98AB

Text Example


Text Example

White with #9F98AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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