Html Css Color HEX #8D00DF Dark Violet

📋 copy color: '#8D00DF'

red 141 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #8D00DF

Tints of Dark Violet #8D00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.74%
G = 0%
B = 61.26%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D00DF (or 0x8D00DF) is known color: Dark Violet. HEX triplet: 8D, 00 and DF. RGB value is (141,0,223). Sum of RGB (Red+Green+Blue) = 141+0+223=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D00DF is #72FF20. Grayscale: #424242. Windows color (decimal): -7536417 or 14614669. OLE color: 14614669.

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

Color convert

RGB 141 0 223 -
CMYK 0.37 1 0 0.13
HSL 277.94º 1% 0.44% -
HSV(B) 277.94º 1% 0.87% -
XYZ 24.3 10.99 70.65 -
YUV 67.58 215.71 180.37 -
System Red Green Blue C M Y K H S L
Decimal 141 0 223 0.37 1 0 0.13 277.94 1 0.44
Hex 8D 0 DF 25 64 0 D 116 64 2C
Octal 215 0 337 45 144 0 15 426 144 54
Binary 10001101 0 11011111 100101 1100100 0 1101 100010110 1100100 101100

Color Harmonies of #8D00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D00DF

Black with #8D00DF

Text Example


Text Example

White with #8D00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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