Html Css Color HEX #8D28DC Blue Violet

📋 copy color: '#8D28DC'

red 141 ◦ green 40 ◦ blue 220

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

Shades of Blue Violet #8D28DC

Tints of Blue Violet #8D28DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

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

R = 35.16%
G = 9.98%
B = 54.86%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D28DC (or 0x8D28DC) is known color: Blue Violet. HEX triplet: 8D, 28 and DC. RGB value is (141,40,220). Sum of RGB (Red+Green+Blue) = 141+40+220=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D28DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D28DC is #72D723. Grayscale: #5A5A5A. Windows color (decimal): -7526180 or 14428301. OLE color: 14428301.

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

Color convert

RGB 141 40 220 -
CMYK 0.36 0.82 0 0.14
HSL 273.67º 0.72% 0.51% -
HSV(B) 273.67º 0.82% 0.86% -
XYZ 24.66 12.35 68.79 -
YUV 90.72 200.96 163.86 -
System Red Green Blue C M Y K H S L
Decimal 141 40 220 0.36 0.82 0 0.14 273.67 0.72 0.51
Hex 8D 28 DC 24 52 0 E 112 48 33
Octal 215 50 334 44 122 0 16 422 110 63
Binary 10001101 101000 11011100 100100 1010010 0 1110 100010010 1001000 110011

Color Harmonies of #8D28DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D28DC

Black with #8D28DC

Text Example


Text Example

White with #8D28DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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