#95379D

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

Shades of Vivid Violet #95379D

Tints of Vivid Violet #95379D

Color information

#95379D (or 0x95379D) is unknown color: approx Vivid Violet. HEX triplet: 95, 37 and 9D. RGB value is (149,55,157). Sum of RGB (Red+Green+Blue) = 149+55+157=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #95379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95379D is #6AC862. Grayscale: #5E5E5E. Windows color (decimal): -6998115 or 10303381. OLE color: 10303381.

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

Color convert

RGB14955157-
CMYK0.050.6500.38
HSL295.29º48.11%41.57%-
HSV(B)295.29º64.97%61.57%-
XYZ19.8511.5633.08-
YUV94.73163.14166.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=41.27%
G=15.24%
B=43.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149551570.050.6500.38295.2948.1141.57
Hex95379D541026127302a
Octal2256723551010464476052
Binary100101011101111001110110110000010100110100100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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