#95429C

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

Shades of Vivid Violet #95429C

Tints of Vivid Violet #95429C

Color information

#95429C (or 0x95429C) is unknown color: approx Vivid Violet. HEX triplet: 95, 42 and 9C. RGB value is (149,66,156). Sum of RGB (Red+Green+Blue) = 149+66+156=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #95429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95429C is #6ABD63. Grayscale: #646464. Windows color (decimal): -6995300 or 10240661. OLE color: 10240661.

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

Color convert

RGB14966156-
CMYK0.040.5800.39
HSL295.33º40.54%43.53%-
HSV(B)295.33º57.69%61.18%-
XYZ20.3412.6932.83-
YUV101.08159162.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=40.16%
G=17.79%
B=42.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149661560.040.5800.39295.3340.5443.53
Hex95429C43A027127292c
Octal2251022344720474475154
Binary100101011000010100111001001110100100111100100111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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