#9F88CD

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

Shades of Cold Purple #9F88CD

Tints of Cold Purple #9F88CD

Color information

#9F88CD (or 0x9F88CD) is unknown color: approx Cold Purple. HEX triplet: 9F, 88 and CD. RGB value is (159,136,205). Sum of RGB (Red+Green+Blue) = 159+136+205=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F88CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88CD is #607732. Grayscale: #969696. Windows color (decimal): -6321971 or 13469855. OLE color: 13469855.

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

Color convert

RGB159136205-
CMYK0.220.3400.20
HSL260º40.83%66.86%-
HSV(B)260º33.66%80.39%-
XYZ34.1229.3961.63-
YUV150.74158.62133.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=31.8%
G=27.2%
B=41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591362050.220.3400.2026040.8366.86
Hex9F88CD16220141042943
Octal237210315264202440451103
Binary100111111000100011001101101101000100101001000001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,205); }

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

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

 a { background-color: rgb(159,136,205); }

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

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

 span { border-color: rgb(159,136,205); }

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