#95388D

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

Shades of Vivid Violet #95388D

Tints of Vivid Violet #95388D

Color information

#95388D (or 0x95388D) is unknown color: approx Vivid Violet. HEX triplet: 95, 38 and 8D. RGB value is (149,56,141). Sum of RGB (Red+Green+Blue) = 149+56+141=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95388D is #6AC772. Grayscale: #5D5D5D. Windows color (decimal): -6997875 or 9255061. OLE color: 9255061.

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

Color convert

RGB14956141-
CMYK00.620.050.42
HSL305.16º45.37%40.2%-
HSV(B)305.16º62.42%58.43%-
XYZ18.6211.1426.37-
YUV93.5154.81167.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=43.06%
G=16.18%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495614100.620.050.42305.1645.3740.2
Hex95388D03E52A1312d28
Octal225702150765524615550
Binary10010101111000100011010111110101101010100110001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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