Html Css Color HEX #8D0EEB Dark Violet

📋 copy color: '#8D0EEB'

red 141 ◦ green 14 ◦ blue 235

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

Shades of Dark Violet #8D0EEB

Tints of Dark Violet #8D0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.59%

 BLUE value IS 235 (92.19% from 255) = 60.26%

R = 36.15%
G = 3.59%
B = 60.26%

CMYK

 C value IS 0.4

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D0EEB (or 0x8D0EEB) is known color: Dark Violet. HEX triplet: 8D, 0E and EB. RGB value is (141,14,235). Sum of RGB (Red+Green+Blue) = 141+14+235=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0EEB is #72F114. Grayscale: #4C4C4C. Windows color (decimal): -7532821 or 15404685. OLE color: 15404685.

HSL color Cylindrical-coordinate representation of color #8D0EEB: hue angle of 274.48º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0EEB is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 14 235 -
CMYK 0.4 0.94 0 0.08
HSL 274.48º 0.89% 0.49% -
HSV(B) 274.48º 0.94% 0.92% -
XYZ 26.14 11.97 79.53 -
YUV 77.17 217.08 173.53 -
System Red Green Blue C M Y K H S L
Decimal 141 14 235 0.4 0.94 0 0.08 274.48 0.89 0.49
Hex 8D E EB 28 5E 0 8 112 59 31
Octal 215 16 353 50 136 0 10 422 131 61
Binary 10001101 1110 11101011 101000 1011110 0 1000 100010010 1011001 110001

Color Harmonies of #8D0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0EEB

Black with #8D0EEB

Text Example


Text Example

White with #8D0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,14,235); }

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

background-color css

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

 a { background-color: rgb(141,14,235); }

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

border-color css

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

 span { border-color: rgb(141,14,235); }

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