#936CD2

Color #936CD2 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #936CD2

Tints of Medium Purple #936CD2

Color information

#936CD2 (or 0x936CD2) is unknown color: approx Medium Purple. HEX triplet: 93, 6C and D2. RGB value is (147,108,210). Sum of RGB (Red+Green+Blue) = 147+108+210=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #936CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CD2 is #6C932D. Grayscale: #828282. Windows color (decimal): -7115566 or 13790355. OLE color: 13790355.

HSL color Cylindrical-coordinate representation of color #936CD2: hue angle of 262.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #936CD2 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147108210-
CMYK0.300.4900.18
HSL262.94º53.12%62.35%-
HSV(B)262.94º48.57%82.35%-
XYZ29.0321.5863.61-
YUV131.29172.42139.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 210 (82.42% from 255) = 45.16%
R=31.61%
G=23.23%
B=45.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471082100.300.4900.18262.9453.1262.35
Hex936CD21E31012107353e
Octal22315432236610224076576
Binary1001001111011001101001011110110001010010100000111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936CD2; }

 p { color: rgb(147,108,210); }

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

<style>
 a { background-color: #936CD2; }

 a { background-color: rgb(147,108,210); }

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

<style>
 span { border-color: #936CD2; }

 span { border-color: rgb(147,108,210); }

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