#93619C

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

Shades of Violet Blue #93619C

Tints of Violet Blue #93619C

Color information

#93619C (or 0x93619C) is unknown color: approx Violet Blue. HEX triplet: 93, 61 and 9C. RGB value is (147,97,156). Sum of RGB (Red+Green+Blue) = 147+97+156=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #93619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93619C is #6C9E63. Grayscale: #767676. Windows color (decimal): -7118436 or 10248595. OLE color: 10248595.

HSL color Cylindrical-coordinate representation of color #93619C: hue angle of 290.85º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93619C is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14797156-
CMYK0.060.3800.39
HSL290.85º23.32%49.61%-
HSV(B)290.85º37.82%61.18%-
XYZ22.3117.1533.59-
YUV118.68149.06148.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=36.75%
G=24.25%
B=39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147971560.060.3800.39290.8523.3249.61
Hex93619C6260271231732
Octal2231412346460474432762
Binary10010011110000110011100110100110010011110010001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93619C; }

 p { color: rgb(147,97,156); }

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

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

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

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

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

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

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