#95338D

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

Shades of Vivid Violet #95338D

Tints of Vivid Violet #95338D

Color information

#95338D (or 0x95338D) is unknown color: approx Vivid Violet. HEX triplet: 95, 33 and 8D. RGB value is (149,51,141). Sum of RGB (Red+Green+Blue) = 149+51+141=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95338D is #6ACC72. Grayscale: #5A5A5A. Windows color (decimal): -6999155 or 9253781. OLE color: 9253781.

HSL color Cylindrical-coordinate representation of color #95338D: hue angle of 304.9º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95338D is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14951141-
CMYK00.660.050.42
HSL304.9º49%39.22%-
HSV(B)304.9º65.77%58.43%-
XYZ18.3910.6826.29-
YUV90.56156.47169.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=43.70%
G=14.96%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495114100.660.050.42304.94939.22
Hex95338D04252A1313127
Octal2256321501025524616147
Binary100101011100111000110101000010101101010100110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,51,141); }

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

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

 a { background-color: rgb(149,51,141); }

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

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

 span { border-color: rgb(149,51,141); }

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