#9788CD

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

Shades of Cold Purple #9788CD

Tints of Cold Purple #9788CD

Color information

#9788CD (or 0x9788CD) is unknown color: approx Cold Purple. HEX triplet: 97, 88 and CD. RGB value is (151,136,205). Sum of RGB (Red+Green+Blue) = 151+136+205=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #9788CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788CD is #687732. Grayscale: #949494. Windows color (decimal): -6846259 or 13469847. OLE color: 13469847.

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

Color convert

RGB151136205-
CMYK0.260.3400.20
HSL253.04º40.83%66.86%-
HSV(B)253.04º33.66%80.39%-
XYZ32.5928.661.56-
YUV148.35159.97129.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=30.69%
G=27.64%
B=41.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511362050.260.3400.20253.0440.8366.86
Hex9788CD1A22014fd2943
Octal227210315324202437551103
Binary10010111100010001100110111010100010010100111111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9788CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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