Html Css Color HEX #8D06DD Dark Violet

📋 copy color: '#8D06DD'

red 141 ◦ green 6 ◦ blue 221

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

Shades of Dark Violet #8D06DD

Tints of Dark Violet #8D06DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 38.32%
G = 1.63%
B = 60.05%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D06DD (or 0x8D06DD) is known color: Dark Violet. HEX triplet: 8D, 06 and DD. RGB value is (141,6,221). Sum of RGB (Red+Green+Blue) = 141+6+221=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D06DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D06DD is #72F922. Grayscale: #464646. Windows color (decimal): -7534883 or 14485133. OLE color: 14485133.

HSL color Cylindrical-coordinate representation of color #8D06DD: hue angle of 277.67º 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 #8D06DD is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 6 221 -
CMYK 0.36 0.97 0 0.13
HSL 277.67º 0.95% 0.45% -
HSV(B) 277.67º 0.97% 0.87% -
XYZ 24.1 11.01 69.26 -
YUV 70.88 212.73 178.02 -
System Red Green Blue C M Y K H S L
Decimal 141 6 221 0.36 0.97 0 0.13 277.67 0.95 0.45
Hex 8D 6 DD 24 61 0 D 116 5F 2D
Octal 215 6 335 44 141 0 15 426 137 55
Binary 10001101 110 11011101 100100 1100001 0 1101 100010110 1011111 101101

Color Harmonies of #8D06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D06DD

Black with #8D06DD

Text Example


Text Example

White with #8D06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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