Html Css Color HEX #8D05EB Dark Violet

📋 copy color: '#8D05EB'

red 141 ◦ green 5 ◦ blue 235

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

Shades of Dark Violet #8D05EB

Tints of Dark Violet #8D05EB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 37.01%
G = 1.31%
B = 61.68%

CMYK

 C value IS 0.4

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D05EB (or 0x8D05EB) is known color: Dark Violet. HEX triplet: 8D, 05 and EB. RGB value is (141,5,235). Sum of RGB (Red+Green+Blue) = 141+5+235=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D05EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D05EB is #72FA14. Grayscale: #474747. Windows color (decimal): -7535125 or 15402381. OLE color: 15402381.

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

Color convert

RGB 141 5 235 -
CMYK 0.4 0.98 0 0.08
HSL 275.48º 0.96% 0.47% -
HSV(B) 275.48º 0.98% 0.92% -
XYZ 26.03 11.77 79.5 -
YUV 71.88 220.06 177.3 -
System Red Green Blue C M Y K H S L
Decimal 141 5 235 0.4 0.98 0 0.08 275.48 0.96 0.47
Hex 8D 5 EB 28 62 0 8 113 60 2F
Octal 215 5 353 50 142 0 10 423 140 57
Binary 10001101 101 11101011 101000 1100010 0 1000 100010011 1100000 101111

Color Harmonies of #8D05EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D05EB

Black with #8D05EB

Text Example


Text Example

White with #8D05EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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