Html Css Color HEX #8D3ADC Blue Violet

📋 copy color: '#8D3ADC'

red 141 ◦ green 58 ◦ blue 220

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

Shades of Blue Violet #8D3ADC

Tints of Blue Violet #8D3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.84%

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

R = 33.65%
G = 13.84%
B = 52.51%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D3ADC (or 0x8D3ADC) is known color: Blue Violet. HEX triplet: 8D, 3A and DC. RGB value is (141,58,220). Sum of RGB (Red+Green+Blue) = 141+58+220=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ADC is #72C523. Grayscale: #646464. Windows color (decimal): -7521572 or 14432909. OLE color: 14432909.

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

Color convert

RGB 141 58 220 -
CMYK 0.36 0.74 0 0.14
HSL 270.74º 0.7% 0.55% -
HSV(B) 270.74º 0.74% 0.86% -
XYZ 25.42 13.86 69.05 -
YUV 101.29 195 156.33 -
System Red Green Blue C M Y K H S L
Decimal 141 58 220 0.36 0.74 0 0.14 270.74 0.7 0.55
Hex 8D 3A DC 24 4A 0 E 10F 46 37
Octal 215 72 334 44 112 0 16 417 106 67
Binary 10001101 111010 11011100 100100 1001010 0 1110 100001111 1000110 110111

Color Harmonies of #8D3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3ADC

Black with #8D3ADC

Text Example


Text Example

White with #8D3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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