#95249E

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

Shades of Vivid Violet #95249E

Tints of Vivid Violet #95249E

Color information

#95249E (or 0x95249E) is unknown color: approx Vivid Violet. HEX triplet: 95, 24 and 9E. RGB value is (149,36,158). Sum of RGB (Red+Green+Blue) = 149+36+158=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #95249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95249E is #6ADB61. Grayscale: #535353. Windows color (decimal): -7002978 or 10364053. OLE color: 10364053.

HSL color Cylindrical-coordinate representation of color #95249E: hue angle of 295.57º degrees, saturation: 0.63, 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 #95249E is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14936158-
CMYK0.060.7700.38
HSL295.57º62.89%38.04%-
HSV(B)295.57º77.22%61.96%-
XYZ19.210.1233.29-
YUV83.7169.94174.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 36 (14.45% from 255) = 10.50%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=43.44%
G=10.50%
B=46.06%

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
Decimal149361580.060.7700.38295.5762.8938.04
Hex95249E64D0261283f26
Octal2254423661150464507746
Binary100101011001001001111011010011010100110100101000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95249E; }

 p { color: rgb(149,36,158); }

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

<style>
 a { background-color: #95249E; }

 a { background-color: rgb(149,36,158); }

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

<style>
 span { border-color: #95249E; }

 span { border-color: rgb(149,36,158); }

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