#9788CA

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

Shades of Cold Purple #9788CA

Tints of Cold Purple #9788CA

Color information

#9788CA (or 0x9788CA) is unknown color: approx Cold Purple. HEX triplet: 97, 88 and CA. RGB value is (151,136,202). Sum of RGB (Red+Green+Blue) = 151+136+202=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #9788CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788CA is #687735. Grayscale: #939393. Windows color (decimal): -6846262 or 13273239. OLE color: 13273239.

HSL color Cylindrical-coordinate representation of color #9788CA: hue angle of 253.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9788CA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151136202-
CMYK0.250.3300.21
HSL253.64º38.37%66.27%-
HSV(B)253.64º32.67%79.22%-
XYZ32.2328.4559.67-
YUV148.01158.47130.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.88%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=30.88%
G=27.81%
B=41.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511362020.250.3300.21253.6438.3766.27
Hex9788CA1921015fe2642
Octal227210312314102537646102
Binary10010111100010001100101011001100001010101111111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9788CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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