#96299E

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

Shades of Vivid Violet #96299E

Tints of Vivid Violet #96299E

Color information

#96299E (or 0x96299E) is unknown color: approx Vivid Violet. HEX triplet: 96, 29 and 9E. RGB value is (150,41,158). Sum of RGB (Red+Green+Blue) = 150+41+158=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #96299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96299E is #69D661. Grayscale: #565656. Windows color (decimal): -6936162 or 10365334. OLE color: 10365334.

HSL color Cylindrical-coordinate representation of color #96299E: hue angle of 295.9º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96299E is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15041158-
CMYK0.050.7400.38
HSL295.9º58.79%39.02%-
HSV(B)295.9º74.05%61.96%-
XYZ19.5410.5433.35-
YUV86.93168.11172.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=42.98%
G=11.75%
B=45.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150411580.050.7400.38295.958.7939.02
Hex96299E54A0261283b27
Octal2265123651120464507347
Binary100101101010011001111010110010100100110100101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96299E; }

 p { color: rgb(150,41,158); }

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

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

 a { background-color: rgb(150,41,158); }

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

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

 span { border-color: rgb(150,41,158); }

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