#96259B

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

Shades of Vivid Violet #96259B

Tints of Vivid Violet #96259B

Color information

#96259B (or 0x96259B) is unknown color: approx Vivid Violet. HEX triplet: 96, 25 and 9B. RGB value is (150,37,155). Sum of RGB (Red+Green+Blue) = 150+37+155=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #96259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96259B is #69DA64. Grayscale: #535353. Windows color (decimal): -6937189 or 10167702. OLE color: 10167702.

HSL color Cylindrical-coordinate representation of color #96259B: hue angle of 297.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96259B is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15037155-
CMYK0.030.7600.39
HSL297.46º61.46%37.65%-
HSV(B)297.46º76.13%60.78%-
XYZ19.1610.1731.96-
YUV84.24167.94174.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=43.86%
G=10.82%
B=45.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150371550.030.7600.39297.4661.4637.65
Hex96259B34C0271293d26
Octal2264523331140474517546
Binary10010110100101100110111110011000100111100101001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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