Html Css Color HEX #9F96AB Cold Purple

📋 copy color: '#9F96AB'

red 159 ◦ green 150 ◦ blue 171

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

Shades of Cold Purple #9F96AB

Tints of Cold Purple #9F96AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 33.13%
G = 31.25%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F96AB (or 0x9F96AB) is known color: Cold Purple. HEX triplet: 9F, 96 and AB. RGB value is (159,150,171). Sum of RGB (Red+Green+Blue) = 159+150+171=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F96AB is #606954. Grayscale: #9B9B9B. Windows color (decimal): -6318421 or 11245215. OLE color: 11245215.

HSL color Cylindrical-coordinate representation of color #9F96AB: hue angle of 265.71º 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 #9F96AB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 150 171 -
CMYK 0.07 0.12 0 0.33
HSL 265.71º 0.11% 0.63% -
HSV(B) 265.71º 0.12% 0.67% -
XYZ 32.56 32.12 43.01 -
YUV 155.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 159 150 171 0.07 0.12 0 0.33 265.71 0.11 0.63
Hex 9F 96 AB 7 C 0 21 10A B 3F
Octal 237 226 253 7 14 0 41 412 13 77
Binary 10011111 10010110 10101011 111 1100 0 100001 100001010 1011 111111

Color Harmonies of #9F96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96AB

Black with #9F96AB

Text Example


Text Example

White with #9F96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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