Html Css Color HEX #8D07D1 Dark Violet

📋 copy color: '#8D07D1'

red 141 ◦ green 7 ◦ blue 209

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

Shades of Dark Violet #8D07D1

Tints of Dark Violet #8D07D1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 209 (82.03% from 255) = 58.54%

R = 39.5%
G = 1.96%
B = 58.54%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8D07D1 (or 0x8D07D1) is known color: Dark Violet. HEX triplet: 8D, 07 and D1. RGB value is (141,7,209). Sum of RGB (Red+Green+Blue) = 141+7+209=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D07D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D07D1 is #72F82E. Grayscale: #454545. Windows color (decimal): -7534639 or 13698957. OLE color: 13698957.

HSL color Cylindrical-coordinate representation of color #8D07D1: hue angle of 279.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D07D1 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 7 209 -
CMYK 0.33 0.97 0 0.18
HSL 279.8º 0.94% 0.42% -
HSV(B) 279.8º 0.97% 0.82% -
XYZ 22.57 10.42 61.14 -
YUV 70.09 206.39 178.57 -
System Red Green Blue C M Y K H S L
Decimal 141 7 209 0.33 0.97 0 0.18 279.8 0.94 0.42
Hex 8D 7 D1 21 61 0 12 118 5E 2A
Octal 215 7 321 41 141 0 22 430 136 52
Binary 10001101 111 11010001 100001 1100001 0 10010 100011000 1011110 101010

Color Harmonies of #8D07D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D07D1

Black with #8D07D1

Text Example


Text Example

White with #8D07D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,7,209); }

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

background-color css

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

 a { background-color: rgb(141,7,209); }

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

border-color css

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

 span { border-color: rgb(141,7,209); }

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