Html Css Color HEX #9F96AC Cold Purple

📋 copy color: '#9F96AC'

red 159 ◦ green 150 ◦ blue 172

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

Shades of Cold Purple #9F96AC

Tints of Cold Purple #9F96AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 33.06%
G = 31.19%
B = 35.76%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F96AC (or 0x9F96AC) is known color: Cold Purple. HEX triplet: 9F, 96 and AC. RGB value is (159,150,172). Sum of RGB (Red+Green+Blue) = 159+150+172=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F96AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F96AC is #606953. Grayscale: #9B9B9B. Windows color (decimal): -6318420 or 11310751. OLE color: 11310751.

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

Color convert

RGB 159 150 172 -
CMYK 0.08 0.13 0 0.33
HSL 264.55º 0.12% 0.63% -
HSV(B) 264.55º 0.13% 0.67% -
XYZ 32.65 32.16 43.52 -
YUV 155.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 159 150 172 0.08 0.13 0 0.33 264.55 0.12 0.63
Hex 9F 96 AC 8 D 0 21 109 C 3F
Octal 237 226 254 10 15 0 41 411 14 77
Binary 10011111 10010110 10101100 1000 1101 0 100001 100001001 1100 111111

Color Harmonies of #9F96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96AC

Black with #9F96AC

Text Example


Text Example

White with #9F96AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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