Html Css Color HEX #8D06DA Dark Violet

📋 copy color: '#8D06DA'

red 141 ◦ green 6 ◦ blue 218

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

Shades of Dark Violet #8D06DA

Tints of Dark Violet #8D06DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.73%

R = 38.63%
G = 1.64%
B = 59.73%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D06DA (or 0x8D06DA) is known color: Dark Violet. HEX triplet: 8D, 06 and DA. RGB value is (141,6,218). Sum of RGB (Red+Green+Blue) = 141+6+218=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D06DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D06DA is #72F925. Grayscale: #454545. Windows color (decimal): -7534886 or 14288525. OLE color: 14288525.

HSL color Cylindrical-coordinate representation of color #8D06DA: hue angle of 278.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D06DA is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 6 218 -
CMYK 0.35 0.97 0 0.15
HSL 278.21º 0.95% 0.44% -
HSV(B) 278.21º 0.97% 0.85% -
XYZ 23.7 10.85 67.18 -
YUV 70.53 211.23 178.26 -
System Red Green Blue C M Y K H S L
Decimal 141 6 218 0.35 0.97 0 0.15 278.21 0.95 0.44
Hex 8D 6 DA 23 61 0 F 116 5F 2C
Octal 215 6 332 43 141 0 17 426 137 54
Binary 10001101 110 11011010 100011 1100001 0 1111 100010110 1011111 101100

Color Harmonies of #8D06DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D06DA

Black with #8D06DA

Text Example


Text Example

White with #8D06DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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