Html Css Color HEX #9F95AA Cold Purple

📋 copy color: '#9F95AA'

red 159 ◦ green 149 ◦ blue 170

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

Shades of Cold Purple #9F95AA

Tints of Cold Purple #9F95AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

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

R = 33.26%
G = 31.17%
B = 35.56%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F95AA (or 0x9F95AA) is known color: Cold Purple. HEX triplet: 9F, 95 and AA. RGB value is (159,149,170). Sum of RGB (Red+Green+Blue) = 159+149+170=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F95AA is #606A55. Grayscale: #9A9A9A. Windows color (decimal): -6318678 or 11179423. OLE color: 11179423.

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

Color convert

RGB 159 149 170 -
CMYK 0.06 0.12 0 0.33
HSL 268.57º 0.11% 0.63% -
HSV(B) 268.57º 0.12% 0.67% -
XYZ 32.3 31.77 42.46 -
YUV 154.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 159 149 170 0.06 0.12 0 0.33 268.57 0.11 0.63
Hex 9F 95 AA 6 C 0 21 10D B 3F
Octal 237 225 252 6 14 0 41 415 13 77
Binary 10011111 10010101 10101010 110 1100 0 100001 100001101 1011 111111

Color Harmonies of #9F95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F95AA

Black with #9F95AA

Text Example


Text Example

White with #9F95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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