#95429D

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

Shades of Vivid Violet #95429D

Tints of Vivid Violet #95429D

Color information

#95429D (or 0x95429D) is unknown color: approx Vivid Violet. HEX triplet: 95, 42 and 9D. RGB value is (149,66,157). Sum of RGB (Red+Green+Blue) = 149+66+157=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #95429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95429D is #6ABD62. Grayscale: #646464. Windows color (decimal): -6995299 or 10306197. OLE color: 10306197.

HSL color Cylindrical-coordinate representation of color #95429D: hue angle of 294.73º 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 #95429D is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14966157-
CMYK0.050.5800.38
HSL294.73º40.81%43.73%-
HSV(B)294.73º57.96%61.57%-
XYZ20.4312.7233.28-
YUV101.19159.5162.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=40.05%
G=17.74%
B=42.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149661570.050.5800.38294.7340.8143.73
Hex95429D53A026127292c
Octal2251022355720464475154
Binary100101011000010100111011011110100100110100100111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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