#95409C

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

Shades of Vivid Violet #95409C

Tints of Vivid Violet #95409C

Color information

#95409C (or 0x95409C) is unknown color: approx Vivid Violet. HEX triplet: 95, 40 and 9C. RGB value is (149,64,156). Sum of RGB (Red+Green+Blue) = 149+64+156=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #95409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95409C is #6ABF63. Grayscale: #636363. Windows color (decimal): -6995812 or 10240149. OLE color: 10240149.

HSL color Cylindrical-coordinate representation of color #95409C: hue angle of 295.43º 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 #95409C is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14964156-
CMYK0.040.5900.39
HSL295.43º41.82%43.14%-
HSV(B)295.43º58.97%61.18%-
XYZ20.2312.4632.79-
YUV99.9159.66163.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=40.38%
G=17.34%
B=42.28%

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
Decimal149641560.040.5900.39295.4341.8243.14
Hex95409C43B0271272a2b
Octal2251002344730474475253
Binary100101011000000100111001001110110100111100100111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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