Html Css Color HEX #8D37DD Blue Violet

📋 copy color: '#8D37DD'

red 141 ◦ green 55 ◦ blue 221

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

Shades of Blue Violet #8D37DD

Tints of Blue Violet #8D37DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.19%

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

R = 33.81%
G = 13.19%
B = 53%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D37DD (or 0x8D37DD) is known color: Blue Violet. HEX triplet: 8D, 37 and DD. RGB value is (141,55,221). Sum of RGB (Red+Green+Blue) = 141+55+221=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D37DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D37DD is #72C822. Grayscale: #636363. Windows color (decimal): -7522339 or 14497677. OLE color: 14497677.

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

Color convert

RGB 141 55 221 -
CMYK 0.36 0.75 0 0.13
HSL 271.08º 0.71% 0.54% -
HSV(B) 271.08º 0.75% 0.87% -
XYZ 25.4 13.62 69.7 -
YUV 99.64 196.49 157.5 -
System Red Green Blue C M Y K H S L
Decimal 141 55 221 0.36 0.75 0 0.13 271.08 0.71 0.54
Hex 8D 37 DD 24 4B 0 D 10F 47 36
Octal 215 67 335 44 113 0 15 417 107 66
Binary 10001101 110111 11011101 100100 1001011 0 1101 100001111 1000111 110110

Color Harmonies of #8D37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D37DD

Black with #8D37DD

Text Example


Text Example

White with #8D37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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