#95259F

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

Shades of Vivid Violet #95259F

Tints of Vivid Violet #95259F

Color information

#95259F (or 0x95259F) is unknown color: approx Vivid Violet. HEX triplet: 95, 25 and 9F. RGB value is (149,37,159). Sum of RGB (Red+Green+Blue) = 149+37+159=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #95259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95259F is #6ADA60. Grayscale: #545454. Windows color (decimal): -7002721 or 10429845. OLE color: 10429845.

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

Color convert

RGB14937159-
CMYK0.060.7700.38
HSL295.08º62.24%38.43%-
HSV(B)295.08º76.73%62.35%-
XYZ19.3110.2233.75-
YUV84.4170.11174.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 37 (14.84% from 255) = 10.72%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=43.19%
G=10.72%
B=46.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149371590.060.7700.38295.0862.2438.43
Hex95259F64D0261273e26
Octal2254523761150464477646
Binary100101011001011001111111010011010100110100100111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,37,159); }

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

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

 a { background-color: rgb(149,37,159); }

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

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

 span { border-color: rgb(149,37,159); }

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