#95409E

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

Shades of Vivid Violet #95409E

Tints of Vivid Violet #95409E

Color information

#95409E (or 0x95409E) is unknown color: approx Vivid Violet. HEX triplet: 95, 40 and 9E. RGB value is (149,64,158). Sum of RGB (Red+Green+Blue) = 149+64+158=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #95409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95409E is #6ABF61. Grayscale: #636363. Windows color (decimal): -6995810 or 10371221. OLE color: 10371221.

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

Color convert

RGB14964158-
CMYK0.060.5900.38
HSL294.26º42.34%43.53%-
HSV(B)294.26º59.49%61.96%-
XYZ20.412.5233.69-
YUV100.13160.66162.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=40.16%
G=17.25%
B=42.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149641580.060.5900.38294.2642.3443.53
Hex95409E63B0261262a2c
Octal2251002366730464465254
Binary100101011000000100111101101110110100110100100110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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