#95429E

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

Shades of Vivid Violet #95429E

Tints of Vivid Violet #95429E

Color information

#95429E (or 0x95429E) is unknown color: approx Vivid Violet. HEX triplet: 95, 42 and 9E. RGB value is (149,66,158). Sum of RGB (Red+Green+Blue) = 149+66+158=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #95429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95429E is #6ABD61. Grayscale: #656565. Windows color (decimal): -6995298 or 10371733. OLE color: 10371733.

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

Color convert

RGB14966158-
CMYK0.060.5800.38
HSL294.13º41.07%43.92%-
HSV(B)294.13º58.23%61.96%-
XYZ20.5112.7533.73-
YUV101.3160162.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=39.95%
G=17.69%
B=42.36%

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
Decimal149661580.060.5800.38294.1341.0743.92
Hex95429E63A026126292c
Octal2251022366720464465154
Binary100101011000010100111101101110100100110100100110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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