#95439D

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

Shades of Vivid Violet #95439D

Tints of Vivid Violet #95439D

Color information

#95439D (or 0x95439D) is unknown color: approx Vivid Violet. HEX triplet: 95, 43 and 9D. RGB value is (149,67,157). Sum of RGB (Red+Green+Blue) = 149+67+157=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #95439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95439D is #6ABC62. Grayscale: #656565. Windows color (decimal): -6995043 or 10306453. OLE color: 10306453.

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

Color convert

RGB14967157-
CMYK0.050.5700.38
HSL294.67º40.18%43.92%-
HSV(B)294.67º57.32%61.57%-
XYZ20.4912.8433.3-
YUV101.78159.17161.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=39.95%
G=17.96%
B=42.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149671570.050.5700.38294.6740.1843.92
Hex95439D539026127282c
Octal2251032355710464475054
Binary100101011000011100111011011110010100110100100111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95439D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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