Html Css Color HEX #8D249B Vivid Violet

📋 copy color: '#8D249B'

red 141 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #8D249B

Tints of Vivid Violet #8D249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 42.47%
G = 10.84%
B = 46.69%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D249B (or 0x8D249B) is known color: Vivid Violet. HEX triplet: 8D, 24 and 9B. RGB value is (141,36,155). Sum of RGB (Red+Green+Blue) = 141+36+155=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D249B is #72DB64. Grayscale: #505050. Windows color (decimal): -7527269 or 10167437. OLE color: 10167437.

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

Color convert

RGB 141 36 155 -
CMYK 0.09 0.77 0 0.39
HSL 292.94º 0.62% 0.37% -
HSV(B) 292.94º 0.77% 0.61% -
XYZ 17.53 9.29 31.88 -
YUV 80.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 141 36 155 0.09 0.77 0 0.39 292.94 0.62 0.37
Hex 8D 24 9B 9 4D 0 27 125 3E 25
Octal 215 44 233 11 115 0 47 445 76 45
Binary 10001101 100100 10011011 1001 1001101 0 100111 100100101 111110 100101

Color Harmonies of #8D249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D249B

Black with #8D249B

Text Example


Text Example

White with #8D249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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