#96328D

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

Shades of Vivid Violet #96328D

Tints of Vivid Violet #96328D

Color information

#96328D (or 0x96328D) is unknown color: approx Vivid Violet. HEX triplet: 96, 32 and 8D. RGB value is (150,50,141). Sum of RGB (Red+Green+Blue) = 150+50+141=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96328D is #69CD72. Grayscale: #5A5A5A. Windows color (decimal): -6933875 or 9253526. OLE color: 9253526.

HSL color Cylindrical-coordinate representation of color #96328D: hue angle of 305.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96328D is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15050141-
CMYK00.670.060.41
HSL305.4º50%39.22%-
HSV(B)305.4º66.67%58.82%-
XYZ18.5310.6926.29-
YUV90.27156.63170.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=43.99%
G=14.66%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505014100.670.060.41305.45039.22
Hex96328D0436291313227
Octal2266221501036514616247
Binary100101101100101000110101000011110101001100110001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96328D; }

 p { color: rgb(150,50,141); }

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

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

 a { background-color: rgb(150,50,141); }

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

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

 span { border-color: rgb(150,50,141); }

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