Html Css Color HEX #8C10D2 Dark Violet

📋 copy color: '#8C10D2'

red 140 ◦ green 16 ◦ blue 210

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

Shades of Dark Violet #8C10D2

Tints of Dark Violet #8C10D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 57.38%

R = 38.25%
G = 4.37%
B = 57.38%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8C10D2 (or 0x8C10D2) is known color: Dark Violet. HEX triplet: 8C, 10 and D2. RGB value is (140,16,210). Sum of RGB (Red+Green+Blue) = 140+16+210=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 210 (82.42% from 255 or 57.38% from 366); Max value from RGB is 210 - color contains mainly: blue. Hex color #8C10D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C10D2 is #73EF2D. Grayscale: #4A4A4A. Windows color (decimal): -7597870 or 13766796. OLE color: 13766796.

HSL color Cylindrical-coordinate representation of color #8C10D2: hue angle of 278.35º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C10D2 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 16 210 -
CMYK 0.33 0.92 0 0.18
HSL 278.35º 0.86% 0.44% -
HSV(B) 278.35º 0.92% 0.82% -
XYZ 22.63 10.6 61.83 -
YUV 75.19 204.08 174.23 -
System Red Green Blue C M Y K H S L
Decimal 140 16 210 0.33 0.92 0 0.18 278.35 0.86 0.44
Hex 8C 10 D2 21 5C 0 12 116 56 2C
Octal 214 20 322 41 134 0 22 426 126 54
Binary 10001100 10000 11010010 100001 1011100 0 10010 100010110 1010110 101100

Color Harmonies of #8C10D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C10D2

Black with #8C10D2

Text Example


Text Example

White with #8C10D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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