Html Css Color HEX #8C10DF Dark Violet

📋 copy color: '#8C10DF'

red 140 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #8C10DF

Tints of Dark Violet #8C10DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.84%

R = 36.94%
G = 4.22%
B = 58.84%

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

#8C10DF (or 0x8C10DF) is known color: Dark Violet. HEX triplet: 8C, 10 and DF. RGB value is (140,16,223). Sum of RGB (Red+Green+Blue) = 140+16+223=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C10DF is #73EF20. Grayscale: #4B4B4B. Windows color (decimal): -7597857 or 14618764. OLE color: 14618764.

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

Color convert

RGB 140 16 223 -
CMYK 0.37 0.93 0 0.13
HSL 275.94º 0.87% 0.47% -
HSV(B) 275.94º 0.93% 0.87% -
XYZ 24.32 11.27 70.71 -
YUV 76.67 210.58 173.17 -
System Red Green Blue C M Y K H S L
Decimal 140 16 223 0.37 0.93 0 0.13 275.94 0.87 0.47
Hex 8C 10 DF 25 5D 0 D 114 57 2F
Octal 214 20 337 45 135 0 15 424 127 57
Binary 10001100 10000 11011111 100101 1011101 0 1101 100010100 1010111 101111

Color Harmonies of #8C10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C10DF

Black with #8C10DF

Text Example


Text Example

White with #8C10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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