#95449C

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

Shades of Vivid Violet #95449C

Tints of Vivid Violet #95449C

Color information

#95449C (or 0x95449C) is unknown color: approx Vivid Violet. HEX triplet: 95, 44 and 9C. RGB value is (149,68,156). Sum of RGB (Red+Green+Blue) = 149+68+156=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #95449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95449C is #6ABB63. Grayscale: #656565. Windows color (decimal): -6994788 or 10241173. OLE color: 10241173.

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

Color convert

RGB14968156-
CMYK0.040.5600.39
HSL295.23º39.29%43.92%-
HSV(B)295.23º56.41%61.18%-
XYZ20.4612.9232.87-
YUV102.25158.34161.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=39.95%
G=18.23%
B=41.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149681560.040.5600.39295.2339.2943.92
Hex95449C438027127272c
Octal2251042344700474474754
Binary100101011000100100111001001110000100111100100111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,68,156); }

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

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

 a { background-color: rgb(149,68,156); }

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

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

 span { border-color: rgb(149,68,156); }

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