Html Css Color HEX #8C16BC Dark Violet

📋 copy color: '#8C16BC'

red 140 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #8C16BC

Tints of Dark Violet #8C16BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 40%
G = 6.29%
B = 53.71%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C16BC (or 0x8C16BC) is known color: Dark Violet. HEX triplet: 8C, 16 and BC. RGB value is (140,22,188). Sum of RGB (Red+Green+Blue) = 140+22+188=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C16BC is #73E943. Grayscale: #4B4B4B. Windows color (decimal): -7596356 or 12326540. OLE color: 12326540.

HSL color Cylindrical-coordinate representation of color #8C16BC: hue angle of 282.65º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C16BC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 22 188 -
CMYK 0.26 0.88 0 0.26
HSL 282.65º 0.79% 0.41% -
HSV(B) 282.65º 0.88% 0.74% -
XYZ 20.18 9.78 48.4 -
YUV 76.21 191.09 173.5 -
System Red Green Blue C M Y K H S L
Decimal 140 22 188 0.26 0.88 0 0.26 282.65 0.79 0.41
Hex 8C 16 BC 1A 58 0 1A 11B 4F 29
Octal 214 26 274 32 130 0 32 433 117 51
Binary 10001100 10110 10111100 11010 1011000 0 11010 100011011 1001111 101001

Color Harmonies of #8C16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C16BC

Black with #8C16BC

Text Example


Text Example

White with #8C16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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