Html Css Color HEX #8D0ADF Dark Violet

📋 copy color: '#8D0ADF'

red 141 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #8D0ADF

Tints of Dark Violet #8D0ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 37.7%
G = 2.67%
B = 59.63%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D0ADF (or 0x8D0ADF) is known color: Dark Violet. HEX triplet: 8D, 0A and DF. RGB value is (141,10,223). Sum of RGB (Red+Green+Blue) = 141+10+223=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0ADF is #72F520. Grayscale: #484848. Windows color (decimal): -7533857 or 14617229. OLE color: 14617229.

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

Color convert

RGB 141 10 223 -
CMYK 0.37 0.96 0 0.13
HSL 276.9º 0.91% 0.46% -
HSV(B) 276.9º 0.96% 0.87% -
XYZ 24.41 11.21 70.69 -
YUV 73.45 212.4 176.18 -
System Red Green Blue C M Y K H S L
Decimal 141 10 223 0.37 0.96 0 0.13 276.9 0.91 0.46
Hex 8D A DF 25 60 0 D 115 5B 2E
Octal 215 12 337 45 140 0 15 425 133 56
Binary 10001101 1010 11011111 100101 1100000 0 1101 100010101 1011011 101110

Color Harmonies of #8D0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0ADF

Black with #8D0ADF

Text Example


Text Example

White with #8D0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,10,223); }

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

background-color css

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

 a { background-color: rgb(141,10,223); }

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

border-color css

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

 span { border-color: rgb(141,10,223); }

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