Html Css Color HEX #8D06CC Dark Violet

📋 copy color: '#8D06CC'

red 141 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #8D06CC

Tints of Dark Violet #8D06CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 40.17%
G = 1.71%
B = 58.12%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D06CC (or 0x8D06CC) is known color: Dark Violet. HEX triplet: 8D, 06 and CC. RGB value is (141,6,204). Sum of RGB (Red+Green+Blue) = 141+6+204=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D06CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D06CC is #72F933. Grayscale: #444444. Windows color (decimal): -7534900 or 13371021. OLE color: 13371021.

HSL color Cylindrical-coordinate representation of color #8D06CC: hue angle of 280.91º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D06CC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 6 204 -
CMYK 0.31 0.97 0 0.2
HSL 280.91º 0.94% 0.41% -
HSV(B) 280.91º 0.97% 0.8% -
XYZ 21.95 10.15 57.93 -
YUV 68.94 204.23 179.4 -
System Red Green Blue C M Y K H S L
Decimal 141 6 204 0.31 0.97 0 0.2 280.91 0.94 0.41
Hex 8D 6 CC 1F 61 0 14 119 5E 29
Octal 215 6 314 37 141 0 24 431 136 51
Binary 10001101 110 11001100 11111 1100001 0 10100 100011001 1011110 101001

Color Harmonies of #8D06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D06CC

Black with #8D06CC

Text Example


Text Example

White with #8D06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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