Html Css Color HEX #8D3EDC Blue Violet

📋 copy color: '#8D3EDC'

red 141 ◦ green 62 ◦ blue 220

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

Shades of Blue Violet #8D3EDC

Tints of Blue Violet #8D3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.66%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 33.33%
G = 14.66%
B = 52.01%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D3EDC (or 0x8D3EDC) is known color: Blue Violet. HEX triplet: 8D, 3E and DC. RGB value is (141,62,220). Sum of RGB (Red+Green+Blue) = 141+62+220=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D3EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3EDC is #72C123. Grayscale: #676767. Windows color (decimal): -7520548 or 14433933. OLE color: 14433933.

HSL color Cylindrical-coordinate representation of color #8D3EDC: hue angle of 270º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D3EDC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 62 220 -
CMYK 0.36 0.72 0 0.14
HSL 270º 0.69% 0.55% -
HSV(B) 270º 0.72% 0.86% -
XYZ 25.63 14.28 69.11 -
YUV 103.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 141 62 220 0.36 0.72 0 0.14 270 0.69 0.55
Hex 8D 3E DC 24 48 0 E 10E 45 37
Octal 215 76 334 44 110 0 16 416 105 67
Binary 10001101 111110 11011100 100100 1001000 0 1110 100001110 1000101 110111

Color Harmonies of #8D3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3EDC

Black with #8D3EDC

Text Example


Text Example

White with #8D3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,62,220); }

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

background-color css

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

 a { background-color: rgb(141,62,220); }

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

border-color css

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

 span { border-color: rgb(141,62,220); }

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