#9C2498

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

Shades of Vivid Violet #9C2498

Tints of Vivid Violet #9C2498

Color information

#9C2498 (or 0x9C2498) is unknown color: approx Vivid Violet. HEX triplet: 9C, 24 and 98. RGB value is (156,36,152). Sum of RGB (Red+Green+Blue) = 156+36+152=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2498 is #63DB67. Grayscale: #545454. Windows color (decimal): -6544232 or 9970844. OLE color: 9970844.

HSL color Cylindrical-coordinate representation of color #9C2498: hue angle of 302º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2498 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15636152-
CMYK00.770.030.39
HSL302º62.5%37.65%-
HSV(B)302º76.92%61.18%-
XYZ20.0110.630.7-
YUV85.1165.76178.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.35%
GREEN value IS 36 (14.45% from 255) = 10.47%
BLUE value IS 152 (59.77% from 255) = 44.19%
R=45.35%
G=10.47%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563615200.770.030.3930262.537.65
Hex9C249804D32712e3e26
Octal2344423001153474567646
Binary10011100100100100110000100110111100111100101110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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