Html Css Color HEX #8C10BE Dark Violet

📋 copy color: '#8C10BE'

red 140 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #8C10BE

Tints of Dark Violet #8C10BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 40.46%
G = 4.62%
B = 54.91%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C10BE (or 0x8C10BE) is known color: Dark Violet. HEX triplet: 8C, 10 and BE. RGB value is (140,16,190). Sum of RGB (Red+Green+Blue) = 140+16+190=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C10BE is #73EF41. Grayscale: #484848. Windows color (decimal): -7597890 or 12456076. OLE color: 12456076.

HSL color Cylindrical-coordinate representation of color #8C10BE: hue angle of 282.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C10BE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 16 190 -
CMYK 0.26 0.92 0 0.25
HSL 282.76º 0.84% 0.4% -
HSV(B) 282.76º 0.92% 0.75% -
XYZ 20.29 9.66 49.51 -
YUV 72.91 194.08 175.85 -
System Red Green Blue C M Y K H S L
Decimal 140 16 190 0.26 0.92 0 0.25 282.76 0.84 0.4
Hex 8C 10 BE 1A 5C 0 19 11B 54 28
Octal 214 20 276 32 134 0 31 433 124 50
Binary 10001100 10000 10111110 11010 1011100 0 11001 100011011 1010100 101000

Color Harmonies of #8C10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C10BE

Black with #8C10BE

Text Example


Text Example

White with #8C10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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