Html Css Color HEX #8D07D7 Dark Violet

📋 copy color: '#8D07D7'

red 141 ◦ green 7 ◦ blue 215

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

Shades of Dark Violet #8D07D7

Tints of Dark Violet #8D07D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.23%

R = 38.84%
G = 1.93%
B = 59.23%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8D07D7 (or 0x8D07D7) is known color: Dark Violet. HEX triplet: 8D, 07 and D7. RGB value is (141,7,215). Sum of RGB (Red+Green+Blue) = 141+7+215=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D07D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D07D7 is #72F828. Grayscale: #464646. Windows color (decimal): -7534633 or 14092173. OLE color: 14092173.

HSL color Cylindrical-coordinate representation of color #8D07D7: hue angle of 278.65º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D07D7 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 7 215 -
CMYK 0.34 0.97 0 0.16
HSL 278.65º 0.94% 0.44% -
HSV(B) 278.65º 0.97% 0.84% -
XYZ 23.33 10.72 65.13 -
YUV 70.78 209.39 178.09 -
System Red Green Blue C M Y K H S L
Decimal 141 7 215 0.34 0.97 0 0.16 278.65 0.94 0.44
Hex 8D 7 D7 22 61 0 10 117 5E 2C
Octal 215 7 327 42 141 0 20 427 136 54
Binary 10001101 111 11010111 100010 1100001 0 10000 100010111 1011110 101100

Color Harmonies of #8D07D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D07D7

Black with #8D07D7

Text Example


Text Example

White with #8D07D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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