Html Css Color HEX #8D06DF Dark Violet

📋 copy color: '#8D06DF'

red 141 ◦ green 6 ◦ blue 223

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

Shades of Dark Violet #8D06DF

Tints of Dark Violet #8D06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 38.11%
G = 1.62%
B = 60.27%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D06DF (or 0x8D06DF) is known color: Dark Violet. HEX triplet: 8D, 06 and DF. RGB value is (141,6,223). Sum of RGB (Red+Green+Blue) = 141+6+223=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D06DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D06DF is #72F920. Grayscale: #464646. Windows color (decimal): -7534881 or 14616205. OLE color: 14616205.

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

Color convert

RGB 141 6 223 -
CMYK 0.37 0.97 0 0.13
HSL 277.33º 0.95% 0.45% -
HSV(B) 277.33º 0.97% 0.87% -
XYZ 24.37 11.12 70.67 -
YUV 71.1 213.73 177.86 -
System Red Green Blue C M Y K H S L
Decimal 141 6 223 0.37 0.97 0 0.13 277.33 0.95 0.45
Hex 8D 6 DF 25 61 0 D 115 5F 2D
Octal 215 6 337 45 141 0 15 425 137 55
Binary 10001101 110 11011111 100101 1100001 0 1101 100010101 1011111 101101

Color Harmonies of #8D06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D06DF

Black with #8D06DF

Text Example


Text Example

White with #8D06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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