#962895

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

Shades of Vivid Violet #962895

Tints of Vivid Violet #962895

Color information

#962895 (or 0x962895) is unknown color: approx Vivid Violet. HEX triplet: 96, 28 and 95. RGB value is (150,40,149). Sum of RGB (Red+Green+Blue) = 150+40+149=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #962895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962895 is #69D76A. Grayscale: #545454. Windows color (decimal): -6936427 or 9775254. OLE color: 9775254.

HSL color Cylindrical-coordinate representation of color #962895: hue angle of 300.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962895 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15040149-
CMYK00.730.010.41
HSL300.55º57.89%37.25%-
HSV(B)300.55º73.33%58.82%-
XYZ18.7610.1729.41-
YUV85.32163.94174.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 40 (16.02% from 255) = 11.80%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=44.25%
G=11.80%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504014900.730.010.41300.5557.8937.25
Hex96289504912912d3a25
Octal2265022501111514557245
Binary1001011010100010010101010010011101001100101101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962895; }

 p { color: rgb(150,40,149); }

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

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

 a { background-color: rgb(150,40,149); }

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

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

 span { border-color: rgb(150,40,149); }

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