#95379E

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

Shades of Vivid Violet #95379E

Tints of Vivid Violet #95379E

Color information

#95379E (or 0x95379E) is unknown color: approx Vivid Violet. HEX triplet: 95, 37 and 9E. RGB value is (149,55,158). Sum of RGB (Red+Green+Blue) = 149+55+158=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #95379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95379E is #6AC861. Grayscale: #5E5E5E. Windows color (decimal): -6998114 or 10368917. OLE color: 10368917.

HSL color Cylindrical-coordinate representation of color #95379E: hue angle of 294.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95379E is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14955158-
CMYK0.060.6500.38
HSL294.76º48.36%41.76%-
HSV(B)294.76º65.19%61.96%-
XYZ19.9311.5933.53-
YUV94.85163.64166.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 55 (21.88% from 255) = 15.19%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=41.16%
G=15.19%
B=43.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149551580.060.6500.38294.7648.3641.76
Hex95379E641026127302a
Octal2256723661010464476052
Binary100101011101111001111011010000010100110100100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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