#9F91CB

Color #9F91CB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9F91CB

Tints of Cold Purple #9F91CB

Color information

#9F91CB (or 0x9F91CB) is unknown color: approx Cold Purple. HEX triplet: 9F, 91 and CB. RGB value is (159,145,203). Sum of RGB (Red+Green+Blue) = 159+145+203=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91CB is #606E34. Grayscale: #9B9B9B. Windows color (decimal): -6319669 or 13341087. OLE color: 13341087.

HSL color Cylindrical-coordinate representation of color #9F91CB: hue angle of 254.48º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F91CB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159145203-
CMYK0.220.2900.20
HSL254.48º35.8%68.24%-
HSV(B)254.48º28.57%79.61%-
XYZ35.231.9360.81-
YUV155.8154.64130.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 145 (57.03% from 255) = 28.60%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=31.36%
G=28.60%
B=40.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591452030.220.2900.20254.4835.868.24
Hex9F91CB161D014fe2444
Octal237221313263502437644104
Binary1001111110010001110010111011011101010100111111101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,203); }

 H1.HeaderClassName
 {
   color: #9F91CB;
 }
 .AnyTagClassName
 {
   color: #9F91CB;
 }
</style>
background-color css

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

 a { background-color: rgb(159,145,203); }

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

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

 span { border-color: rgb(159,145,203); }

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