#95388A

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

Shades of Vivid Violet #95388A

Tints of Vivid Violet #95388A

Color information

#95388A (or 0x95388A) is unknown color: approx Vivid Violet. HEX triplet: 95, 38 and 8A. RGB value is (149,56,138). Sum of RGB (Red+Green+Blue) = 149+56+138=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95388A is #6AC775. Grayscale: #5C5C5C. Windows color (decimal): -6997878 or 9058453. OLE color: 9058453.

HSL color Cylindrical-coordinate representation of color #95388A: hue angle of 307.1º 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 #95388A is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14956138-
CMYK00.620.070.42
HSL307.1º45.37%40.2%-
HSV(B)307.1º62.42%58.43%-
XYZ18.411.0525.21-
YUV93.16153.31167.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=43.44%
G=16.33%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495613800.620.070.42307.145.3740.2
Hex95388A03E72A1332d28
Octal225702120767524635550
Binary10010101111000100010100111110111101010100110011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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