Html Css Color HEX #8D1DDD Blue Violet

📋 copy color: '#8D1DDD'

red 141 ◦ green 29 ◦ blue 221

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

Shades of Blue Violet #8D1DDD

Tints of Blue Violet #8D1DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.42%

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

R = 36.06%
G = 7.42%
B = 56.52%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D1DDD (or 0x8D1DDD) is known color: Blue Violet. HEX triplet: 8D, 1D and DD. RGB value is (141,29,221). Sum of RGB (Red+Green+Blue) = 141+29+221=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D1DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DDD is #72E222. Grayscale: #535353. Windows color (decimal): -7528995 or 14491021. OLE color: 14491021.

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

Color convert

RGB 141 29 221 -
CMYK 0.36 0.87 0 0.13
HSL 275º 0.77% 0.49% -
HSV(B) 275º 0.87% 0.87% -
XYZ 24.48 11.76 69.39 -
YUV 84.38 205.11 168.39 -
System Red Green Blue C M Y K H S L
Decimal 141 29 221 0.36 0.87 0 0.13 275 0.77 0.49
Hex 8D 1D DD 24 57 0 D 113 4D 31
Octal 215 35 335 44 127 0 15 423 115 61
Binary 10001101 11101 11011101 100100 1010111 0 1101 100010011 1001101 110001

Color Harmonies of #8D1DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1DDD

Black with #8D1DDD

Text Example


Text Example

White with #8D1DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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