#93668E

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

Shades of Violet Blue #93668E

Tints of Violet Blue #93668E

Color information

#93668E (or 0x93668E) is unknown color: approx Violet Blue. HEX triplet: 93, 66 and 8E. RGB value is (147,102,142). Sum of RGB (Red+Green+Blue) = 147+102+142=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93668E is #6C9971. Grayscale: #777777. Windows color (decimal): -7117170 or 9332371. OLE color: 9332371.

HSL color Cylindrical-coordinate representation of color #93668E: hue angle of 306.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93668E is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147102142-
CMYK00.310.030.42
HSL306.67º18.07%48.82%-
HSV(B)306.67º30.61%57.65%-
XYZ21.6717.6627.86-
YUV120.02140.41147.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=37.60%
G=26.09%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710214200.310.030.42306.6718.0748.82
Hex93668E01F32A1331231
Octal2231462160373524632261
Binary100100111100110100011100111111110101010011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93668E; }

 p { color: rgb(147,102,142); }

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

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

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

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

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

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

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