#9F91C8

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

Shades of Cold Purple #9F91C8

Tints of Cold Purple #9F91C8

Color information

#9F91C8 (or 0x9F91C8) is unknown color: approx Cold Purple. HEX triplet: 9F, 91 and C8. RGB value is (159,145,200). Sum of RGB (Red+Green+Blue) = 159+145+200=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F91C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91C8 is #606E37. Grayscale: #9B9B9B. Windows color (decimal): -6319672 or 13144479. OLE color: 13144479.

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

Color convert

RGB159145200-
CMYK0.200.2800.22
HSL255.27º33.33%67.65%-
HSV(B)255.27º27.5%78.43%-
XYZ34.8531.7958.94-
YUV155.46153.14130.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=31.55%
G=28.77%
B=39.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591452000.200.2800.22255.2733.3367.65
Hex9F91C8141C016ff2144
Octal237221310243402637741104
Binary1001111110010001110010001010011100010110111111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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