Html Css Color HEX #8D249D Vivid Violet

📋 copy color: '#8D249D'

red 141 ◦ green 36 ◦ blue 157

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

Shades of Vivid Violet #8D249D

Tints of Vivid Violet #8D249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 42.22%
G = 10.78%
B = 47.01%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D249D (or 0x8D249D) is known color: Vivid Violet. HEX triplet: 8D, 24 and 9D. RGB value is (141,36,157). Sum of RGB (Red+Green+Blue) = 141+36+157=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D249D is #72DB62. Grayscale: #505050. Windows color (decimal): -7527267 or 10298509. OLE color: 10298509.

HSL color Cylindrical-coordinate representation of color #8D249D: hue angle of 292.07º 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 #8D249D is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 36 157 -
CMYK 0.10 0.77 0 0.38
HSL 292.07º 0.63% 0.38% -
HSV(B) 292.07º 0.77% 0.62% -
XYZ 17.7 9.36 32.77 -
YUV 81.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 141 36 157 0.10 0.77 0 0.38 292.07 0.63 0.38
Hex 8D 24 9D A 4D 0 26 124 3F 26
Octal 215 44 235 12 115 0 46 444 77 46
Binary 10001101 100100 10011101 1010 1001101 0 100110 100100100 111111 100110

Color Harmonies of #8D249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D249D

Black with #8D249D

Text Example


Text Example

White with #8D249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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