Html Css Color HEX #8D298C Vivid Violet

📋 copy color: '#8D298C'

red 141 ◦ green 41 ◦ blue 140

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

Shades of Vivid Violet #8D298C

Tints of Vivid Violet #8D298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 43.79%
G = 12.73%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D298C (or 0x8D298C) is known color: Vivid Violet. HEX triplet: 8D, 29 and 8C. RGB value is (141,41,140). Sum of RGB (Red+Green+Blue) = 141+41+140=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D298C is #72D673. Grayscale: #515151. Windows color (decimal): -7526004 or 9185677. OLE color: 9185677.

HSL color Cylindrical-coordinate representation of color #8D298C: hue angle of 300.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D298C is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 41 140 -
CMYK 0 0.71 0.01 0.45
HSL 300.6º 0.55% 0.36% -
HSV(B) 300.6º 0.71% 0.55% -
XYZ 16.51 9.14 25.71 -
YUV 82.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 141 41 140 0 0.71 0.01 0.45 300.6 0.55 0.36
Hex 8D 29 8C 0 47 1 2D 12D 37 24
Octal 215 51 214 0 107 1 55 455 67 44
Binary 10001101 101001 10001100 0 1000111 1 101101 100101101 110111 100100

Color Harmonies of #8D298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D298C

Black with #8D298C

Text Example


Text Example

White with #8D298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,41,140); }

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

background-color css

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

 a { background-color: rgb(141,41,140); }

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

border-color css

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

 span { border-color: rgb(141,41,140); }

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