Html Css Color HEX #8D0DEB Dark Violet

📋 copy color: '#8D0DEB'

red 141 ◦ green 13 ◦ blue 235

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

Shades of Dark Violet #8D0DEB

Tints of Dark Violet #8D0DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.34%

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

R = 36.25%
G = 3.34%
B = 60.41%

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

#8D0DEB (or 0x8D0DEB) is known color: Dark Violet. HEX triplet: 8D, 0D and EB. RGB value is (141,13,235). Sum of RGB (Red+Green+Blue) = 141+13+235=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D0DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0DEB is #72F214. Grayscale: #4B4B4B. Windows color (decimal): -7533077 or 15404429. OLE color: 15404429.

HSL color Cylindrical-coordinate representation of color #8D0DEB: hue angle of 274.59º degrees, saturation: 0.9, 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 #8D0DEB is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 13 235 -
CMYK 0.4 0.94 0 0.08
HSL 274.59º 0.9% 0.49% -
HSV(B) 274.59º 0.94% 0.92% -
XYZ 26.12 11.95 79.53 -
YUV 76.58 217.41 173.95 -
System Red Green Blue C M Y K H S L
Decimal 141 13 235 0.4 0.94 0 0.08 274.59 0.9 0.49
Hex 8D D EB 28 5E 0 8 113 5A 31
Octal 215 15 353 50 136 0 10 423 132 61
Binary 10001101 1101 11101011 101000 1011110 0 1000 100010011 1011010 110001

Color Harmonies of #8D0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0DEB

Black with #8D0DEB

Text Example


Text Example

White with #8D0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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