#96389F

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

Shades of Vivid Violet #96389F

Tints of Vivid Violet #96389F

Color information

#96389F (or 0x96389F) is unknown color: approx Vivid Violet. HEX triplet: 96, 38 and 9F. RGB value is (150,56,159). Sum of RGB (Red+Green+Blue) = 150+56+159=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #96389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96389F is #69C760. Grayscale: #5F5F5F. Windows color (decimal): -6932321 or 10434710. OLE color: 10434710.

HSL color Cylindrical-coordinate representation of color #96389F: hue angle of 294.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96389F is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15056159-
CMYK0.060.6500.38
HSL294.76º47.91%42.16%-
HSV(B)294.76º64.78%62.35%-
XYZ20.2511.8234.01-
YUV95.85163.64166.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=41.10%
G=15.34%
B=43.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150561590.060.6500.38294.7647.9142.16
Hex96389F641026127302a
Octal2267023761010464476052
Binary100101101110001001111111010000010100110100100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96389F; }

 p { color: rgb(150,56,159); }

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

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

 a { background-color: rgb(150,56,159); }

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

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

 span { border-color: rgb(150,56,159); }

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