#9A2498

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

Shades of Vivid Violet #9A2498

Tints of Vivid Violet #9A2498

Color information

#9A2498 (or 0x9A2498) is unknown color: approx Vivid Violet. HEX triplet: 9A, 24 and 98. RGB value is (154,36,152). Sum of RGB (Red+Green+Blue) = 154+36+152=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2498 is #65DB67. Grayscale: #545454. Windows color (decimal): -6675304 or 9970842. OLE color: 9970842.

HSL color Cylindrical-coordinate representation of color #9A2498: hue angle of 301.02º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2498 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15436152-
CMYK00.770.010.40
HSL301.02º62.11%37.25%-
HSV(B)301.02º76.62%60.39%-
XYZ19.6210.430.68-
YUV84.51166.09177.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 36 (14.45% from 255) = 10.53%
BLUE value IS 152 (59.77% from 255) = 44.44%
R=45.03%
G=10.53%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543615200.770.010.40301.0262.1137.25
Hex9A249804D12812d3e25
Octal2324423001151504557645
Binary1001101010010010011000010011011101000100101101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2498; }

 p { color: rgb(154,36,152); }

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

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

 a { background-color: rgb(154,36,152); }

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

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

 span { border-color: rgb(154,36,152); }

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