Html Css Color HEX #8D14DD Blue Violet

📋 copy color: '#8D14DD'

red 141 ◦ green 20 ◦ blue 221

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

Shades of Blue Violet #8D14DD

Tints of Blue Violet #8D14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 36.91%
G = 5.24%
B = 57.85%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D14DD (or 0x8D14DD) is known color: Blue Violet. HEX triplet: 8D, 14 and DD. RGB value is (141,20,221). Sum of RGB (Red+Green+Blue) = 141+20+221=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D14DD is #72EB22. Grayscale: #4E4E4E. Windows color (decimal): -7531299 or 14488717. OLE color: 14488717.

HSL color Cylindrical-coordinate representation of color #8D14DD: hue angle of 276.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D14DD is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 20 221 -
CMYK 0.36 0.91 0 0.13
HSL 276.12º 0.83% 0.47% -
HSV(B) 276.12º 0.91% 0.87% -
XYZ 24.29 11.38 69.32 -
YUV 79.09 208.09 172.16 -
System Red Green Blue C M Y K H S L
Decimal 141 20 221 0.36 0.91 0 0.13 276.12 0.83 0.47
Hex 8D 14 DD 24 5B 0 D 114 53 2F
Octal 215 24 335 44 133 0 15 424 123 57
Binary 10001101 10100 11011101 100100 1011011 0 1101 100010100 1010011 101111

Color Harmonies of #8D14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D14DD

Black with #8D14DD

Text Example


Text Example

White with #8D14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,20,221); }

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

background-color css

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

 a { background-color: rgb(141,20,221); }

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

border-color css

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

 span { border-color: rgb(141,20,221); }

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