#96279B

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

Shades of Vivid Violet #96279B

Tints of Vivid Violet #96279B

Color information

#96279B (or 0x96279B) is unknown color: approx Vivid Violet. HEX triplet: 96, 27 and 9B. RGB value is (150,39,155). Sum of RGB (Red+Green+Blue) = 150+39+155=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #96279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96279B is #69D864. Grayscale: #555555. Windows color (decimal): -6936677 or 10168214. OLE color: 10168214.

HSL color Cylindrical-coordinate representation of color #96279B: hue angle of 297.41º 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 #96279B is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15039155-
CMYK0.030.7500.39
HSL297.41º59.79%38.04%-
HSV(B)297.41º74.84%60.78%-
XYZ19.2210.331.99-
YUV85.41167.27174.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 39 (15.62% from 255) = 11.34%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=43.60%
G=11.34%
B=45.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150391550.030.7500.39297.4159.7938.04
Hex96279B34B0271293c26
Octal2264723331130474517446
Binary10010110100111100110111110010110100111100101001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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