#96279C

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

Shades of Vivid Violet #96279C

Tints of Vivid Violet #96279C

Color information

#96279C (or 0x96279C) is unknown color: approx Vivid Violet. HEX triplet: 96, 27 and 9C. RGB value is (150,39,156). Sum of RGB (Red+Green+Blue) = 150+39+156=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #96279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96279C is #69D863. Grayscale: #555555. Windows color (decimal): -6936676 or 10233750. OLE color: 10233750.

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

Color convert

RGB15039156-
CMYK0.040.7500.39
HSL296.92º60%38.24%-
HSV(B)296.92º75%61.18%-
XYZ19.310.3432.43-
YUV85.53167.77173.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=43.48%
G=11.30%
B=45.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150391560.040.7500.39296.926038.24
Hex96279C44B0271293c26
Octal2264723441130474517446
Binary100101101001111001110010010010110100111100101001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96279C; }

 p { color: rgb(150,39,156); }

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

<style>
 a { background-color: #96279C; }

 a { background-color: rgb(150,39,156); }

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

<style>
 span { border-color: #96279C; }

 span { border-color: rgb(150,39,156); }

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