Html Css Color HEX #9F95AF Cold Purple

📋 copy color: '#9F95AF'

red 159 ◦ green 149 ◦ blue 175

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

Shades of Cold Purple #9F95AF

Tints of Cold Purple #9F95AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 32.92%
G = 30.85%
B = 36.23%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F95AF (or 0x9F95AF) is known color: Cold Purple. HEX triplet: 9F, 95 and AF. RGB value is (159,149,175). Sum of RGB (Red+Green+Blue) = 159+149+175=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F95AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F95AF is #606A50. Grayscale: #9A9A9A. Windows color (decimal): -6318673 or 11507103. OLE color: 11507103.

HSL color Cylindrical-coordinate representation of color #9F95AF: hue angle of 263.08º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F95AF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 149 175 -
CMYK 0.09 0.15 0 0.31
HSL 263.08º 0.14% 0.64% -
HSV(B) 263.08º 0.15% 0.69% -
XYZ 32.78 31.96 45 -
YUV 154.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 159 149 175 0.09 0.15 0 0.31 263.08 0.14 0.64
Hex 9F 95 AF 9 F 0 1F 107 E 40
Octal 237 225 257 11 17 0 37 407 16 100
Binary 10011111 10010101 10101111 1001 1111 0 11111 100000111 1110 1000000

Color Harmonies of #9F95AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F95AF

Black with #9F95AF

Text Example


Text Example

White with #9F95AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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