Html Css Color HEX #9F96BB Cold Purple

📋 copy color: '#9F96BB'

red 159 ◦ green 150 ◦ blue 187

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

Shades of Cold Purple #9F96BB

Tints of Cold Purple #9F96BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 32.06%
G = 30.24%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F96BB (or 0x9F96BB) is known color: Cold Purple. HEX triplet: 9F, 96 and BB. RGB value is (159,150,187). Sum of RGB (Red+Green+Blue) = 159+150+187=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F96BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96BB is #606944. Grayscale: #9C9C9C. Windows color (decimal): -6318405 or 12293791. OLE color: 12293791.

HSL color Cylindrical-coordinate representation of color #9F96BB: hue angle of 254.59º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F96BB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 150 187 -
CMYK 0.15 0.20 0 0.27
HSL 254.59º 0.21% 0.66% -
HSV(B) 254.59º 0.2% 0.73% -
XYZ 34.17 32.77 51.54 -
YUV 156.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 159 150 187 0.15 0.20 0 0.27 254.59 0.21 0.66
Hex 9F 96 BB F 14 0 1B FF 15 42
Octal 237 226 273 17 24 0 33 377 25 102
Binary 10011111 10010110 10111011 1111 10100 0 11011 11111111 10101 1000010

Color Harmonies of #9F96BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96BB

Black with #9F96BB

Text Example


Text Example

White with #9F96BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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