#9788CC

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

Shades of Cold Purple #9788CC

Tints of Cold Purple #9788CC

Color information

#9788CC (or 0x9788CC) is unknown color: approx Cold Purple. HEX triplet: 97, 88 and CC. RGB value is (151,136,204). Sum of RGB (Red+Green+Blue) = 151+136+204=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #9788CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788CC is #687733. Grayscale: #939393. Windows color (decimal): -6846260 or 13404311. OLE color: 13404311.

HSL color Cylindrical-coordinate representation of color #9788CC: hue angle of 253.24º 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 #9788CC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151136204-
CMYK0.260.3300.2
HSL253.24º40%66.67%-
HSV(B)253.24º33.33%80%-
XYZ32.4728.5560.93-
YUV148.24159.47129.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.75%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=30.75%
G=27.70%
B=41.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511362040.260.3300.2253.244066.67
Hex9788CC1A21014fd2843
Octal227210314324102437550103
Binary10010111100010001100110011010100001010100111111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9788CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9788CC; }

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

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

<style>
 a { background-color: #9788CC; }

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

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

<style>
 span { border-color: #9788CC; }

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

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