#965193

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

Shades of Violet Blue #965193

Tints of Violet Blue #965193

Color information

#965193 (or 0x965193) is unknown color: approx Violet Blue. HEX triplet: 96, 51 and 93. RGB value is (150,81,147). Sum of RGB (Red+Green+Blue) = 150+81+147=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #965193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965193 is #69AE6C. Grayscale: #6C6C6C. Windows color (decimal): -6925933 or 9654678. OLE color: 9654678.

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

Color convert

RGB15081147-
CMYK00.460.020.41
HSL302.61º29.87%45.29%-
HSV(B)302.61º46%58.82%-
XYZ20.7914.4829.3-
YUV109.15149.36157.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=39.68%
G=21.43%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508114700.460.020.41302.6129.8745.29
Hex96519302E22912f1e2d
Octal2261212230562514573655
Binary1001011010100011001001101011101010100110010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965193; }

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

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

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

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

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

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

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

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