#96289e

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

Shades of Vivid Violet #96289E

Tints of Vivid Violet #96289E

Color information

#96289E (or 0x96289E) is unknown color: approx Vivid Violet. HEX triplet: 96, 28 and 9E. RGB value is (150,40,158). Sum of RGB (Red+Green+Blue) = 150+40+158=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #96289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96289E is #69D761. Grayscale: #555555. Windows color (decimal): -6936418 or 10365078. OLE color: 10365078.

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

Color convert

RGB15040158-
CMYK0.050.7500.38
HSL295.93º59.6%38.82%-
HSV(B)295.93º74.68%61.96%-
XYZ19.5110.4733.34-
YUV86.34168.44173.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=43.10%
G=11.49%
B=45.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150401580.050.7500.38295.9359.638.82
Hex96289E54B0261283c27
Octal2265023651130464507447
Binary100101101010001001111010110010110100110100101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96289e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96289e; }

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

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

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

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

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

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

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

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