#954498

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

Shades of Vivid Violet #954498

Tints of Vivid Violet #954498

Color information

#954498 (or 0x954498) is unknown color: approx Vivid Violet. HEX triplet: 95, 44 and 98. RGB value is (149,68,152). Sum of RGB (Red+Green+Blue) = 149+68+152=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #954498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954498 is #6ABB67. Grayscale: #656565. Windows color (decimal): -6994792 or 9979029. OLE color: 9979029.

HSL color Cylindrical-coordinate representation of color #954498: hue angle of 297.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954498 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14968152-
CMYK0.020.5500.40
HSL297.86º38.18%43.14%-
HSV(B)297.86º55.26%59.61%-
XYZ20.1312.7931.11-
YUV101.79156.34161.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=40.38%
G=18.43%
B=41.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149681520.020.5500.40297.8638.1843.14
Hex95449823702812a262b
Octal2251042302670504524653
Binary10010101100010010011000101101110101000100101010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954498; }

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

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

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

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

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

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

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

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