#95399E

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

Shades of Vivid Violet #95399E

Tints of Vivid Violet #95399E

Color information

#95399E (or 0x95399E) is unknown color: approx Vivid Violet. HEX triplet: 95, 39 and 9E. RGB value is (149,57,158). Sum of RGB (Red+Green+Blue) = 149+57+158=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #95399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95399E is #6AC661. Grayscale: #5F5F5F. Windows color (decimal): -6997602 or 10369429. OLE color: 10369429.

HSL color Cylindrical-coordinate representation of color #95399E: hue angle of 294.65º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95399E is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14957158-
CMYK0.060.6400.38
HSL294.65º46.98%42.16%-
HSV(B)294.65º63.92%61.96%-
XYZ20.0311.7833.57-
YUV96.02162.98165.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 57 (22.66% from 255) = 15.66%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=40.93%
G=15.66%
B=43.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149571580.060.6400.38294.6546.9842.16
Hex95399E6400261272f2a
Octal2257123661000464475752
Binary100101011110011001111011010000000100110100100111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95399E; }

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

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

<style>
 a { background-color: #95399E; }

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

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

<style>
 span { border-color: #95399E; }

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

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