Html Css Color HEX #8D37DA Blue Violet

📋 copy color: '#8D37DA'

red 141 ◦ green 55 ◦ blue 218

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

Shades of Blue Violet #8D37DA

Tints of Blue Violet #8D37DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 34.06%
G = 13.29%
B = 52.66%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D37DA (or 0x8D37DA) is known color: Blue Violet. HEX triplet: 8D, 37 and DA. RGB value is (141,55,218). Sum of RGB (Red+Green+Blue) = 141+55+218=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D37DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D37DA is #72C825. Grayscale: #626262. Windows color (decimal): -7522342 or 14301069. OLE color: 14301069.

HSL color Cylindrical-coordinate representation of color #8D37DA: hue angle of 271.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D37DA is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 55 218 -
CMYK 0.35 0.75 0 0.15
HSL 271.66º 0.69% 0.54% -
HSV(B) 271.66º 0.75% 0.85% -
XYZ 25.01 13.46 67.61 -
YUV 99.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 141 55 218 0.35 0.75 0 0.15 271.66 0.69 0.54
Hex 8D 37 DA 23 4B 0 F 110 45 36
Octal 215 67 332 43 113 0 17 420 105 66
Binary 10001101 110111 11011010 100011 1001011 0 1111 100010000 1000101 110110

Color Harmonies of #8D37DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D37DA

Black with #8D37DA

Text Example


Text Example

White with #8D37DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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