Html Css Color HEX #8C10CE Dark Violet

📋 copy color: '#8C10CE'

red 140 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #8C10CE

Tints of Dark Violet #8C10CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 38.67%
G = 4.42%
B = 56.91%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C10CE (or 0x8C10CE) is known color: Dark Violet. HEX triplet: 8C, 10 and CE. RGB value is (140,16,206). Sum of RGB (Red+Green+Blue) = 140+16+206=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C10CE is #73EF31. Grayscale: #4A4A4A. Windows color (decimal): -7597874 or 13504652. OLE color: 13504652.

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

Color convert

RGB 140 16 206 -
CMYK 0.32 0.92 0 0.19
HSL 279.16º 0.86% 0.44% -
HSV(B) 279.16º 0.92% 0.81% -
XYZ 22.14 10.4 59.23 -
YUV 74.74 202.08 174.55 -
System Red Green Blue C M Y K H S L
Decimal 140 16 206 0.32 0.92 0 0.19 279.16 0.86 0.44
Hex 8C 10 CE 20 5C 0 13 117 56 2C
Octal 214 20 316 40 134 0 23 427 126 54
Binary 10001100 10000 11001110 100000 1011100 0 10011 100010111 1010110 101100

Color Harmonies of #8C10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C10CE

Black with #8C10CE

Text Example


Text Example

White with #8C10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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