#935AE6

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

Shades of Medium Purple #935AE6

Tints of Medium Purple #935AE6

Color information

#935AE6 (or 0x935AE6) is unknown color: approx Medium Purple. HEX triplet: 93, 5A and E6. RGB value is (147,90,230). Sum of RGB (Red+Green+Blue) = 147+90+230=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #935AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AE6 is #6CA519. Grayscale: #7A7A7A. Windows color (decimal): -7120154 or 15096467. OLE color: 15096467.

HSL color Cylindrical-coordinate representation of color #935AE6: hue angle of 264.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935AE6 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14790230-
CMYK0.360.6100.10
HSL264.43º73.68%62.75%-
HSV(B)264.43º60.87%90.2%-
XYZ29.9719.2376.99-
YUV123188.38145.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 230 (90.23% from 255) = 49.25%
R=31.48%
G=19.27%
B=49.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal147902300.360.6100.10264.4373.6862.75
Hex935AE6243D0A1084a3f
Octal223132346447501241011277
Binary10010011101101011100110100100111101010101000010001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935AE6; }

 p { color: rgb(147,90,230); }

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

<style>
 a { background-color: #935AE6; }

 a { background-color: rgb(147,90,230); }

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

<style>
 span { border-color: #935AE6; }

 span { border-color: rgb(147,90,230); }

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