#96349E

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

Shades of Vivid Violet #96349E

Tints of Vivid Violet #96349E

Color information

#96349E (or 0x96349E) is unknown color: approx Vivid Violet. HEX triplet: 96, 34 and 9E. RGB value is (150,52,158). Sum of RGB (Red+Green+Blue) = 150+52+158=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #96349E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96349E is #69CB61. Grayscale: #5D5D5D. Windows color (decimal): -6933346 or 10368150. OLE color: 10368150.

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

Color convert

RGB15052158-
CMYK0.050.6700.38
HSL295.47º50.48%41.18%-
HSV(B)295.47º67.09%61.96%-
XYZ19.9811.4133.5-
YUV93.39164.47168.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 52 (20.70% from 255) = 14.44%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=41.67%
G=14.44%
B=43.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150521580.050.6700.38295.4750.4841.18
Hex96349E5430261273229
Octal2266423651030464476251
Binary100101101101001001111010110000110100110100100111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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