#95398C

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

Shades of Vivid Violet #95398C

Tints of Vivid Violet #95398C

Color information

#95398C (or 0x95398C) is unknown color: approx Vivid Violet. HEX triplet: 95, 39 and 8C. RGB value is (149,57,140). Sum of RGB (Red+Green+Blue) = 149+57+140=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95398C is #6AC673. Grayscale: #5D5D5D. Windows color (decimal): -6997620 or 9189781. OLE color: 9189781.

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

Color convert

RGB14957140-
CMYK00.620.060.42
HSL305.87º44.66%40.39%-
HSV(B)305.87º61.74%58.43%-
XYZ18.5911.2125.99-
YUV93.97153.98167.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=43.06%
G=16.47%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495714000.620.060.42305.8744.6640.39
Hex95398C03E62A1322d28
Octal225712140766524625550
Binary10010101111001100011000111110110101010100110010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95398C; }

 p { color: rgb(149,57,140); }

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

<style>
 a { background-color: #95398C; }

 a { background-color: rgb(149,57,140); }

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

<style>
 span { border-color: #95398C; }

 span { border-color: rgb(149,57,140); }

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