Html Css Color HEX #8C16B0 Dark Violet

📋 copy color: '#8C16B0'

red 140 ◦ green 22 ◦ blue 176

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

Shades of Dark Violet #8C16B0

Tints of Dark Violet #8C16B0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.51%

 BLUE value IS 176 (69.14% from 255) = 52.07%

R = 41.42%
G = 6.51%
B = 52.07%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C16B0 (or 0x8C16B0) is known color: Dark Violet. HEX triplet: 8C, 16 and B0. RGB value is (140,22,176). Sum of RGB (Red+Green+Blue) = 140+22+176=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C16B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C16B0 is #73E94F. Grayscale: #4A4A4A. Windows color (decimal): -7596368 or 11540108. OLE color: 11540108.

HSL color Cylindrical-coordinate representation of color #8C16B0: hue angle of 285.97º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C16B0 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 22 176 -
CMYK 0.20 0.88 0 0.31
HSL 285.97º 0.78% 0.39% -
HSV(B) 285.97º 0.88% 0.69% -
XYZ 18.94 9.28 41.87 -
YUV 74.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 140 22 176 0.20 0.88 0 0.31 285.97 0.78 0.39
Hex 8C 16 B0 14 58 0 1F 11E 4E 27
Octal 214 26 260 24 130 0 37 436 116 47
Binary 10001100 10110 10110000 10100 1011000 0 11111 100011110 1001110 100111

Color Harmonies of #8C16B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C16B0

Black with #8C16B0

Text Example


Text Example

White with #8C16B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,22,176); }

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

background-color css

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

 a { background-color: rgb(140,22,176); }

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

border-color css

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

 span { border-color: rgb(140,22,176); }

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