Html Css Color HEX #8C10DD Dark Violet

📋 copy color: '#8C10DD'

red 140 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #8C10DD

Tints of Dark Violet #8C10DD

RGB

 RED value IS 140 (55.08% from 255) = 37.14%

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 37.14%
G = 4.24%
B = 58.62%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C10DD (or 0x8C10DD) is known color: Dark Violet. HEX triplet: 8C, 10 and DD. RGB value is (140,16,221). Sum of RGB (Red+Green+Blue) = 140+16+221=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C10DD is #73EF22. Grayscale: #4B4B4B. Windows color (decimal): -7597859 or 14487692. OLE color: 14487692.

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

Color convert

RGB 140 16 221 -
CMYK 0.37 0.93 0 0.13
HSL 276.29º 0.86% 0.46% -
HSV(B) 276.29º 0.93% 0.87% -
XYZ 24.05 11.17 69.29 -
YUV 76.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 140 16 221 0.37 0.93 0 0.13 276.29 0.86 0.46
Hex 8C 10 DD 25 5D 0 D 114 56 2E
Octal 214 20 335 45 135 0 15 424 126 56
Binary 10001100 10000 11011101 100101 1011101 0 1101 100010100 1010110 101110

Color Harmonies of #8C10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C10DD

Black with #8C10DD

Text Example


Text Example

White with #8C10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,16,221); }

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

background-color css

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

 a { background-color: rgb(140,16,221); }

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

border-color css

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

 span { border-color: rgb(140,16,221); }

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