Html Css Color HEX #9F94AF Cold Purple

📋 copy color: '#9F94AF'

red 159 ◦ green 148 ◦ blue 175

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

Shades of Cold Purple #9F94AF

Tints of Cold Purple #9F94AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 32.99%
G = 30.71%
B = 36.31%

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

#9F94AF (or 0x9F94AF) is known color: Cold Purple. HEX triplet: 9F, 94 and AF. RGB value is (159,148,175). Sum of RGB (Red+Green+Blue) = 159+148+175=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F94AF is #606B50. Grayscale: #9A9A9A. Windows color (decimal): -6318929 or 11506847. OLE color: 11506847.

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

Color convert

RGB 159 148 175 -
CMYK 0.09 0.15 0 0.31
HSL 264.44º 0.14% 0.63% -
HSV(B) 264.44º 0.15% 0.69% -
XYZ 32.63 31.65 44.95 -
YUV 154.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 159 148 175 0.09 0.15 0 0.31 264.44 0.14 0.63
Hex 9F 94 AF 9 F 0 1F 108 E 3F
Octal 237 224 257 11 17 0 37 410 16 77
Binary 10011111 10010100 10101111 1001 1111 0 11111 100001000 1110 111111

Color Harmonies of #9F94AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F94AF

Black with #9F94AF

Text Example


Text Example

White with #9F94AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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