#9B88CC

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

Shades of Cold Purple #9B88CC

Tints of Cold Purple #9B88CC

Color information

#9B88CC (or 0x9B88CC) is unknown color: approx Cold Purple. HEX triplet: 9B, 88 and CC. RGB value is (155,136,204). Sum of RGB (Red+Green+Blue) = 155+136+204=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B88CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88CC is #647733. Grayscale: #959595. Windows color (decimal): -6584116 or 13404315. OLE color: 13404315.

HSL color Cylindrical-coordinate representation of color #9B88CC: hue angle of 256.76º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B88CC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155136204-
CMYK0.240.3300.2
HSL256.76º40%66.67%-
HSV(B)256.76º33.33%80%-
XYZ33.2228.9460.96-
YUV149.43158.79131.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=31.31%
G=27.47%
B=41.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551362040.240.3300.2256.764066.67
Hex9B88CC18210141012843
Octal233210314304102440150103
Binary100110111000100011001100110001000010101001000000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,204); }

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

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

 a { background-color: rgb(155,136,204); }

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

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

 span { border-color: rgb(155,136,204); }

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