#963092

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

Shades of Vivid Violet #963092

Tints of Vivid Violet #963092

Color information

#963092 (or 0x963092) is unknown color: approx Vivid Violet. HEX triplet: 96, 30 and 92. RGB value is (150,48,146). Sum of RGB (Red+Green+Blue) = 150+48+146=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #963092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963092 is #69CF6D. Grayscale: #595959. Windows color (decimal): -6934382 or 9580694. OLE color: 9580694.

HSL color Cylindrical-coordinate representation of color #963092: hue angle of 302.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963092 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15048146-
CMYK00.680.030.41
HSL302.35º51.52%38.82%-
HSV(B)302.35º68%58.82%-
XYZ18.8210.6728.26-
YUV89.67159.79171.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=43.60%
G=13.95%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504814600.680.030.41302.3551.5238.82
Hex96309204432912e3427
Octal2266022201043514566447
Binary10010110110000100100100100010011101001100101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963092; }

 p { color: rgb(150,48,146); }

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

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

 a { background-color: rgb(150,48,146); }

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

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

 span { border-color: rgb(150,48,146); }

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