#95418C

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

Shades of Vivid Violet #95418C

Tints of Vivid Violet #95418C

Color information

#95418C (or 0x95418C) is unknown color: approx Vivid Violet. HEX triplet: 95, 41 and 8C. RGB value is (149,65,140). Sum of RGB (Red+Green+Blue) = 149+65+140=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95418C is #6ABE73. Grayscale: #626262. Windows color (decimal): -6995572 or 9191829. OLE color: 9191829.

HSL color Cylindrical-coordinate representation of color #95418C: hue angle of 306.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95418C is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14965140-
CMYK00.560.060.42
HSL306.43º39.25%41.96%-
HSV(B)306.43º56.38%58.43%-
XYZ19.0212.0626.14-
YUV98.67151.33163.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=42.09%
G=18.36%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496514000.560.060.42306.4339.2541.96
Hex95418C03862A132272a
Octal2251012140706524624752
Binary100101011000001100011000111000110101010100110010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95418C; }

 p { color: rgb(149,65,140); }

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

<style>
 a { background-color: #95418C; }

 a { background-color: rgb(149,65,140); }

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

<style>
 span { border-color: #95418C; }

 span { border-color: rgb(149,65,140); }

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