#95339B

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

Shades of Vivid Violet #95339B

Tints of Vivid Violet #95339B

Color information

#95339B (or 0x95339B) is unknown color: approx Vivid Violet. HEX triplet: 95, 33 and 9B. RGB value is (149,51,155). Sum of RGB (Red+Green+Blue) = 149+51+155=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #95339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95339B is #6ACC64. Grayscale: #5B5B5B. Windows color (decimal): -6999141 or 10171285. OLE color: 10171285.

HSL color Cylindrical-coordinate representation of color #95339B: hue angle of 296.54º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95339B is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14951155-
CMYK0.040.6700.39
HSL296.54º50.49%40.39%-
HSV(B)296.54º67.1%60.78%-
XYZ19.4911.1232.13-
YUV92.16163.47168.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=41.97%
G=14.37%
B=43.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149511550.040.6700.39296.5450.4940.39
Hex95339B4430271293228
Octal2256323341030474516250
Binary100101011100111001101110010000110100111100101001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95339B; }

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

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

<style>
 a { background-color: #95339B; }

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

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

<style>
 span { border-color: #95339B; }

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

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