#966293

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

Shades of Violet Blue #966293

Tints of Violet Blue #966293

Color information

#966293 (or 0x966293) is unknown color: approx Violet Blue. HEX triplet: 96, 62 and 93. RGB value is (150,98,147). Sum of RGB (Red+Green+Blue) = 150+98+147=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #966293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966293 is #699D6C. Grayscale: #767676. Windows color (decimal): -6921581 or 9659030. OLE color: 9659030.

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

Color convert

RGB15098147-
CMYK00.350.020.41
HSL303.46º20.97%48.63%-
HSV(B)303.46º34.67%58.82%-
XYZ22.2117.3329.78-
YUV119.13143.73150.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=37.97%
G=24.81%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509814700.350.020.41303.4620.9748.63
Hex96629302322912f1531
Octal2261422230432514572561
Binary1001011011000101001001101000111010100110010111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966293; }

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

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

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

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

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

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

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

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