Html Css Color HEX #9F96BA Cold Purple

📋 copy color: '#9F96BA'

red 159 ◦ green 150 ◦ blue 186

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

Shades of Cold Purple #9F96BA

Tints of Cold Purple #9F96BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 32.12%
G = 30.3%
B = 37.58%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F96BA (or 0x9F96BA) is known color: Cold Purple. HEX triplet: 9F, 96 and BA. RGB value is (159,150,186). Sum of RGB (Red+Green+Blue) = 159+150+186=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96BA is #606945. Grayscale: #9C9C9C. Windows color (decimal): -6318406 or 12228255. OLE color: 12228255.

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

Color convert

RGB 159 150 186 -
CMYK 0.15 0.19 0 0.27
HSL 255º 0.21% 0.66% -
HSV(B) 255º 0.19% 0.73% -
XYZ 34.07 32.73 50.98 -
YUV 156.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 159 150 186 0.15 0.19 0 0.27 255 0.21 0.66
Hex 9F 96 BA F 13 0 1B FF 15 42
Octal 237 226 272 17 23 0 33 377 25 102
Binary 10011111 10010110 10111010 1111 10011 0 11011 11111111 10101 1000010

Color Harmonies of #9F96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96BA

Black with #9F96BA

Text Example


Text Example

White with #9F96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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