Html Css Color HEX #8C10B4 Dark Violet

📋 copy color: '#8C10B4'

red 140 ◦ green 16 ◦ blue 180

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

Shades of Dark Violet #8C10B4

Tints of Dark Violet #8C10B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 53.57%

R = 41.67%
G = 4.76%
B = 53.57%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C10B4 (or 0x8C10B4) is known color: Dark Violet. HEX triplet: 8C, 10 and B4. RGB value is (140,16,180). Sum of RGB (Red+Green+Blue) = 140+16+180=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C10B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C10B4 is #73EF4B. Grayscale: #474747. Windows color (decimal): -7597900 or 11800716. OLE color: 11800716.

HSL color Cylindrical-coordinate representation of color #8C10B4: hue angle of 285.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C10B4 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 16 180 -
CMYK 0.22 0.91 0 0.29
HSL 285.37º 0.84% 0.38% -
HSV(B) 285.37º 0.91% 0.71% -
XYZ 19.24 9.24 43.95 -
YUV 71.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 140 16 180 0.22 0.91 0 0.29 285.37 0.84 0.38
Hex 8C 10 B4 16 5B 0 1D 11D 54 26
Octal 214 20 264 26 133 0 35 435 124 46
Binary 10001100 10000 10110100 10110 1011011 0 11101 100011101 1010100 100110

Color Harmonies of #8C10B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C10B4

Black with #8C10B4

Text Example


Text Example

White with #8C10B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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