#95439B

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

Shades of Vivid Violet #95439B

Tints of Vivid Violet #95439B

Color information

#95439B (or 0x95439B) is unknown color: approx Vivid Violet. HEX triplet: 95, 43 and 9B. RGB value is (149,67,155). Sum of RGB (Red+Green+Blue) = 149+67+155=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #95439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95439B is #6ABC64. Grayscale: #656565. Windows color (decimal): -6995045 or 10175381. OLE color: 10175381.

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

Color convert

RGB14967155-
CMYK0.040.5700.39
HSL295.91º39.64%43.53%-
HSV(B)295.91º56.77%60.78%-
XYZ20.3212.7732.4-
YUV101.55158.17161.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=40.16%
G=18.06%
B=41.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149671550.040.5700.39295.9139.6443.53
Hex95439B439027128282c
Octal2251032334710474505054
Binary100101011000011100110111001110010100111100101000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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