Html Css Color HEX #8D31DD Blue Violet

📋 copy color: '#8D31DD'

red 141 ◦ green 49 ◦ blue 221

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

Shades of Blue Violet #8D31DD

Tints of Blue Violet #8D31DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.92%

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 34.31%
G = 11.92%
B = 53.77%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D31DD (or 0x8D31DD) is known color: Blue Violet. HEX triplet: 8D, 31 and DD. RGB value is (141,49,221). Sum of RGB (Red+Green+Blue) = 141+49+221=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D31DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D31DD is #72CE22. Grayscale: #5F5F5F. Windows color (decimal): -7523875 or 14496141. OLE color: 14496141.

HSL color Cylindrical-coordinate representation of color #8D31DD: hue angle of 272.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D31DD is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 49 221 -
CMYK 0.36 0.78 0 0.13
HSL 272.09º 0.72% 0.53% -
HSV(B) 272.09º 0.78% 0.87% -
XYZ 25.13 13.08 69.61 -
YUV 96.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 141 49 221 0.36 0.78 0 0.13 272.09 0.72 0.53
Hex 8D 31 DD 24 4E 0 D 110 48 35
Octal 215 61 335 44 116 0 15 420 110 65
Binary 10001101 110001 11011101 100100 1001110 0 1101 100010000 1001000 110101

Color Harmonies of #8D31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D31DD

Black with #8D31DD

Text Example


Text Example

White with #8D31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,49,221); }

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

background-color css

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

 a { background-color: rgb(141,49,221); }

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

border-color css

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

 span { border-color: rgb(141,49,221); }

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