Html Css Color HEX #8D1EDA Blue Violet

📋 copy color: '#8D1EDA'

red 141 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #8D1EDA

Tints of Blue Violet #8D1EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.71%

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

R = 36.25%
G = 7.71%
B = 56.04%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D1EDA (or 0x8D1EDA) is known color: Blue Violet. HEX triplet: 8D, 1E and DA. RGB value is (141,30,218). Sum of RGB (Red+Green+Blue) = 141+30+218=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1EDA is #72E125. Grayscale: #535353. Windows color (decimal): -7528742 or 14294669. OLE color: 14294669.

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

Color convert

RGB 141 30 218 -
CMYK 0.35 0.86 0 0.15
HSL 275.43º 0.76% 0.49% -
HSV(B) 275.43º 0.86% 0.85% -
XYZ 24.1 11.65 67.31 -
YUV 84.62 203.27 168.21 -
System Red Green Blue C M Y K H S L
Decimal 141 30 218 0.35 0.86 0 0.15 275.43 0.76 0.49
Hex 8D 1E DA 23 56 0 F 113 4C 31
Octal 215 36 332 43 126 0 17 423 114 61
Binary 10001101 11110 11011010 100011 1010110 0 1111 100010011 1001100 110001

Color Harmonies of #8D1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1EDA

Black with #8D1EDA

Text Example


Text Example

White with #8D1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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