Html Css Color HEX #8D05ED Dark Violet

📋 copy color: '#8D05ED'

red 141 ◦ green 5 ◦ blue 237

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

Shades of Dark Violet #8D05ED

Tints of Dark Violet #8D05ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.88%

R = 36.81%
G = 1.31%
B = 61.88%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D05ED (or 0x8D05ED) is known color: Dark Violet. HEX triplet: 8D, 05 and ED. RGB value is (141,5,237). Sum of RGB (Red+Green+Blue) = 141+5+237=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D05ED is #72FA12. Grayscale: #474747. Windows color (decimal): -7535123 or 15533453. OLE color: 15533453.

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

Color convert

RGB 141 5 237 -
CMYK 0.41 0.98 0 0.07
HSL 275.17º 0.96% 0.47% -
HSV(B) 275.17º 0.98% 0.93% -
XYZ 26.32 11.89 81.03 -
YUV 72.11 221.06 177.14 -
System Red Green Blue C M Y K H S L
Decimal 141 5 237 0.41 0.98 0 0.07 275.17 0.96 0.47
Hex 8D 5 ED 29 62 0 7 113 60 2F
Octal 215 5 355 51 142 0 7 423 140 57
Binary 10001101 101 11101101 101001 1100010 0 111 100010011 1100000 101111

Color Harmonies of #8D05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D05ED

Black with #8D05ED

Text Example


Text Example

White with #8D05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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