#962793

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

Shades of Vivid Violet #962793

Tints of Vivid Violet #962793

Color information

#962793 (or 0x962793) is unknown color: approx Vivid Violet. HEX triplet: 96, 27 and 93. RGB value is (150,39,147). Sum of RGB (Red+Green+Blue) = 150+39+147=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #962793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962793 is #69D86C. Grayscale: #545454. Windows color (decimal): -6936685 or 9643926. OLE color: 9643926.

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

Color convert

RGB15039147-
CMYK00.740.020.41
HSL301.62º58.73%37.06%-
HSV(B)301.62º74%58.82%-
XYZ18.5710.0428.56-
YUV84.5163.27174.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 39 (15.62% from 255) = 11.61%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=44.64%
G=11.61%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503914700.740.020.41301.6258.7337.06
Hex96279304A22912e3b25
Octal2264722301122514567345
Binary10010110100111100100110100101010101001100101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962793; }

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

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

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

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

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

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

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

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