#95449E

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

Shades of Vivid Violet #95449E

Tints of Vivid Violet #95449E

Color information

#95449E (or 0x95449E) is unknown color: approx Vivid Violet. HEX triplet: 95, 44 and 9E. RGB value is (149,68,158). Sum of RGB (Red+Green+Blue) = 149+68+158=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #95449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95449E is #6ABB61. Grayscale: #666666. Windows color (decimal): -6994786 or 10372245. OLE color: 10372245.

HSL color Cylindrical-coordinate representation of color #95449E: hue angle of 294º 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 #95449E is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14968158-
CMYK0.060.5700.38
HSL294º39.82%44.31%-
HSV(B)294º56.96%61.96%-
XYZ20.6312.9933.77-
YUV102.48159.34161.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=39.73%
G=18.13%
B=42.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149681580.060.5700.3829439.8244.31
Hex95449E639026126282c
Octal2251042366710464465054
Binary100101011000100100111101101110010100110100100110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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