#9786D2

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

Shades of Cold Purple #9786D2

Tints of Cold Purple #9786D2

Color information

#9786D2 (or 0x9786D2) is unknown color: approx Cold Purple. HEX triplet: 97, 86 and D2. RGB value is (151,134,210). Sum of RGB (Red+Green+Blue) = 151+134+210=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #9786D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9786D2 is #68792D. Grayscale: #939393. Windows color (decimal): -6846766 or 13797015. OLE color: 13797015.

HSL color Cylindrical-coordinate representation of color #9786D2: hue angle of 253.42º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9786D2 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151134210-
CMYK0.280.3600.18
HSL253.42º45.78%67.45%-
HSV(B)253.42º36.19%82.35%-
XYZ32.9228.2864.7-
YUV147.75163.13130.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=30.51%
G=27.07%
B=42.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511342100.280.3600.18253.4245.7867.45
Hex9786D21C24012fd2e43
Octal227206322344402237556103
Binary10010111100001101101001011100100100010010111111011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9786D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9786D2; }

 p { color: rgb(151,134,210); }

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

<style>
 a { background-color: #9786D2; }

 a { background-color: rgb(151,134,210); }

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

<style>
 span { border-color: #9786D2; }

 span { border-color: rgb(151,134,210); }

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