Html Css Color HEX #8D4BDC Blue Violet

📋 copy color: '#8D4BDC'

red 141 ◦ green 75 ◦ blue 220

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

Shades of Blue Violet #8D4BDC

Tints of Blue Violet #8D4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

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

R = 32.34%
G = 17.2%
B = 50.46%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D4BDC (or 0x8D4BDC) is known color: Blue Violet. HEX triplet: 8D, 4B and DC. RGB value is (141,75,220). Sum of RGB (Red+Green+Blue) = 141+75+220=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4BDC is #72B423. Grayscale: #6E6E6E. Windows color (decimal): -7517220 or 14437261. OLE color: 14437261.

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

Color convert

RGB 141 75 220 -
CMYK 0.36 0.66 0 0.14
HSL 267.31º 0.67% 0.58% -
HSV(B) 267.31º 0.66% 0.86% -
XYZ 26.42 15.86 69.38 -
YUV 111.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 141 75 220 0.36 0.66 0 0.14 267.31 0.67 0.58
Hex 8D 4B DC 24 42 0 E 10B 43 3A
Octal 215 113 334 44 102 0 16 413 103 72
Binary 10001101 1001011 11011100 100100 1000010 0 1110 100001011 1000011 111010

Color Harmonies of #8D4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4BDC

Black with #8D4BDC

Text Example


Text Example

White with #8D4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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