#966093

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

Shades of Violet Blue #966093

Tints of Violet Blue #966093

Color information

#966093 (or 0x966093) is unknown color: approx Violet Blue. HEX triplet: 96, 60 and 93. RGB value is (150,96,147). Sum of RGB (Red+Green+Blue) = 150+96+147=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #966093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966093 is #699F6C. Grayscale: #757575. Windows color (decimal): -6922093 or 9658518. OLE color: 9658518.

HSL color Cylindrical-coordinate representation of color #966093: hue angle of 303.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966093 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15096147-
CMYK00.360.020.41
HSL303.33º21.95%48.24%-
HSV(B)303.33º36%58.82%-
XYZ22.0316.9629.72-
YUV117.96144.39150.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=38.17%
G=24.43%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509614700.360.020.41303.3321.9548.24
Hex96609302422912f1630
Octal2261402230442514572660
Binary1001011011000001001001101001001010100110010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966093; }

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

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

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

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

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

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

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

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