#936093

Color #936093 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #936093

Tints of Violet Blue #936093

Color information

#936093 (or 0x936093) is unknown color: approx Violet Blue. HEX triplet: 93, 60 and 93. RGB value is (147,96,147). Sum of RGB (Red+Green+Blue) = 147+96+147=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #936093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936093 is #6C9F6C. Grayscale: #747474. Windows color (decimal): -7118701 or 9658515. OLE color: 9658515.

HSL color Cylindrical-coordinate representation of color #936093: hue angle of 300º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936093 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14796147-
CMYK00.3500.42
HSL300º20.99%47.65%-
HSV(B)300º34.69%57.65%-
XYZ21.4816.6829.69-
YUV117.06144.9149.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=37.69%
G=24.62%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479614700.3500.4230020.9947.65
Hex93609302302A12c1530
Octal2231402230430524542560
Binary100100111100000100100110100011010101010010110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936093; }

 p { color: rgb(147,96,147); }

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

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

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

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

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

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

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