#95429B

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

Shades of Vivid Violet #95429B

Tints of Vivid Violet #95429B

Color information

#95429B (or 0x95429B) is unknown color: approx Vivid Violet. HEX triplet: 95, 42 and 9B. RGB value is (149,66,155). Sum of RGB (Red+Green+Blue) = 149+66+155=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #95429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95429B is #6ABD64. Grayscale: #646464. Windows color (decimal): -6995301 or 10175125. OLE color: 10175125.

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

Color convert

RGB14966155-
CMYK0.040.5700.39
HSL295.96º40.27%43.33%-
HSV(B)295.96º57.42%60.78%-
XYZ20.2612.6532.38-
YUV100.96158.5162.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=40.27%
G=17.84%
B=41.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149661550.040.5700.39295.9640.2743.33
Hex95429B439027128282b
Octal2251022334710474505053
Binary100101011000010100110111001110010100111100101000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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