Html Css Color HEX #8D2498 Vivid Violet

📋 copy color: '#8D2498'

red 141 ◦ green 36 ◦ blue 152

#8D2498
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8D2498

Tints of Vivid Violet #8D2498

RGB

 RED value IS 141 (55.47% from 255) = 42.86%

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 42.86%
G = 10.94%
B = 46.2%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8D2498 (or 0x8D2498) is known color: Vivid Violet. HEX triplet: 8D, 24 and 98. RGB value is (141,36,152). Sum of RGB (Red+Green+Blue) = 141+36+152=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2498 is #72DB67. Grayscale: #505050. Windows color (decimal): -7527272 or 9970829. OLE color: 9970829.

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

Color convert

RGB 141 36 152 -
CMYK 0.07 0.76 0 0.40
HSL 294.31º 0.62% 0.37% -
HSV(B) 294.31º 0.76% 0.6% -
XYZ 17.28 9.19 30.57 -
YUV 80.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 141 36 152 0.07 0.76 0 0.40 294.31 0.62 0.37
Hex 8D 24 98 7 4C 0 28 126 3E 25
Octal 215 44 230 7 114 0 50 446 76 45
Binary 10001101 100100 10011000 111 1001100 0 101000 100100110 111110 100101

Color Harmonies of #8D2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2498

Black with #8D2498

Text Example


Text Example

White with #8D2498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D2498; }

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

 H1.HeaderClassName
 {
   color: #8D2498;
 }
 .AnyTagClassName
 {
   color: #8D2498;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #8D2498;
 }
 .BgClassName
 {
   background-color: #8D2498;
 }
</style>

border-color css

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

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

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