#98249d

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

Shades of Vivid Violet #98249D

Tints of Vivid Violet #98249D

Color information

#98249D (or 0x98249D) is unknown color: approx Vivid Violet. HEX triplet: 98, 24 and 9D. RGB value is (152,36,157). Sum of RGB (Red+Green+Blue) = 152+36+157=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #98249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98249D is #67DB62. Grayscale: #545454. Windows color (decimal): -6806371 or 10298520. OLE color: 10298520.

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

Color convert

RGB15236157-
CMYK0.030.7700.38
HSL297.52º62.69%37.84%-
HSV(B)297.52º77.07%61.57%-
XYZ19.6710.3732.86-
YUV84.48168.93176.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 36 (14.45% from 255) = 10.43%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=44.06%
G=10.43%
B=45.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152361570.030.7700.38297.5262.6937.84
Hex98249D34D02612a3f26
Octal2304423531150464527746
Binary10011000100100100111011110011010100110100101010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98249d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98249d; }

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

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

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

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

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

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

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

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