#95409B

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

Shades of Vivid Violet #95409B

Tints of Vivid Violet #95409B

Color information

#95409B (or 0x95409B) is unknown color: approx Vivid Violet. HEX triplet: 95, 40 and 9B. RGB value is (149,64,155). Sum of RGB (Red+Green+Blue) = 149+64+155=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #95409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95409B is #6ABF64. Grayscale: #636363. Windows color (decimal): -6995813 or 10174613. OLE color: 10174613.

HSL color Cylindrical-coordinate representation of color #95409B: hue angle of 296.04º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95409B is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14964155-
CMYK0.040.5900.39
HSL296.04º41.55%42.94%-
HSV(B)296.04º58.71%60.78%-
XYZ20.1412.4232.35-
YUV99.79159.16163.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=40.49%
G=17.39%
B=42.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149641550.040.5900.39296.0441.5542.94
Hex95409B43B0271282a2b
Octal2251002334730474505253
Binary100101011000000100110111001110110100111100101000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,64,155); }

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

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

 a { background-color: rgb(149,64,155); }

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

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

 span { border-color: rgb(149,64,155); }

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