#962893

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

Shades of Vivid Violet #962893

Tints of Vivid Violet #962893

Color information

#962893 (or 0x962893) is unknown color: approx Vivid Violet. HEX triplet: 96, 28 and 93. RGB value is (150,40,147). Sum of RGB (Red+Green+Blue) = 150+40+147=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #962893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962893 is #69D76C. Grayscale: #545454. Windows color (decimal): -6936429 or 9644182. OLE color: 9644182.

HSL color Cylindrical-coordinate representation of color #962893: hue angle of 301.64º 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 #962893 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15040147-
CMYK00.730.020.41
HSL301.64º57.89%37.25%-
HSV(B)301.64º73.33%58.82%-
XYZ18.610.1128.57-
YUV85.09162.94174.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=44.51%
G=11.87%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504014700.730.020.41301.6457.8937.25
Hex96289304922912e3a25
Octal2265022301112514567245
Binary10010110101000100100110100100110101001100101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962893; }

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

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

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

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

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

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

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

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