Html Css Color HEX #9F94AC Cold Purple

📋 copy color: '#9F94AC'

red 159 ◦ green 148 ◦ blue 172

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

Shades of Cold Purple #9F94AC

Tints of Cold Purple #9F94AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 33.19%
G = 30.9%
B = 35.91%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F94AC (or 0x9F94AC) is known color: Cold Purple. HEX triplet: 9F, 94 and AC. RGB value is (159,148,172). Sum of RGB (Red+Green+Blue) = 159+148+172=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F94AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F94AC is #606B53. Grayscale: #999999. Windows color (decimal): -6318932 or 11310239. OLE color: 11310239.

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

Color convert

RGB 159 148 172 -
CMYK 0.08 0.14 0 0.33
HSL 267.5º 0.13% 0.63% -
HSV(B) 267.5º 0.14% 0.67% -
XYZ 32.33 31.53 43.41 -
YUV 154.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 159 148 172 0.08 0.14 0 0.33 267.5 0.13 0.63
Hex 9F 94 AC 8 E 0 21 10C D 3F
Octal 237 224 254 10 16 0 41 414 15 77
Binary 10011111 10010100 10101100 1000 1110 0 100001 100001100 1101 111111

Color Harmonies of #9F94AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F94AC

Black with #9F94AC

Text Example


Text Example

White with #9F94AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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