#95429F

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

Shades of Vivid Violet #95429F

Tints of Vivid Violet #95429F

Color information

#95429F (or 0x95429F) is unknown color: approx Vivid Violet. HEX triplet: 95, 42 and 9F. RGB value is (149,66,159). Sum of RGB (Red+Green+Blue) = 149+66+159=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #95429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95429F is #6ABD60. Grayscale: #656565. Windows color (decimal): -6995297 or 10437269. OLE color: 10437269.

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

Color convert

RGB14966159-
CMYK0.060.5800.38
HSL293.55º41.33%44.12%-
HSV(B)293.55º58.49%62.35%-
XYZ20.612.7934.18-
YUV101.42160.5161.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 66 (26.17% from 255) = 17.65%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=39.84%
G=17.65%
B=42.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149661590.060.5800.38293.5541.3344.12
Hex95429F63A026126292c
Octal2251022376720464465154
Binary100101011000010100111111101110100100110100100110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95429F; }

 p { color: rgb(149,66,159); }

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

<style>
 a { background-color: #95429F; }

 a { background-color: rgb(149,66,159); }

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

<style>
 span { border-color: #95429F; }

 span { border-color: rgb(149,66,159); }

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