#96269F

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

Shades of Vivid Violet #96269F

Tints of Vivid Violet #96269F

Color information

#96269F (or 0x96269F) is unknown color: approx Vivid Violet. HEX triplet: 96, 26 and 9F. RGB value is (150,38,159). Sum of RGB (Red+Green+Blue) = 150+38+159=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #96269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96269F is #69D960. Grayscale: #545454. Windows color (decimal): -6936929 or 10430102. OLE color: 10430102.

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

Color convert

RGB15038159-
CMYK0.060.7600.38
HSL295.54º61.42%38.63%-
HSV(B)295.54º76.1%62.35%-
XYZ19.5310.3733.77-
YUV85.28169.61174.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 38 (15.23% from 255) = 10.95%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=43.23%
G=10.95%
B=45.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150381590.060.7600.38295.5461.4238.63
Hex96269F64C0261283d27
Octal2264623761140464507547
Binary100101101001101001111111010011000100110100101000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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