Html Css Color HEX #8C0FBC Dark Violet

📋 copy color: '#8C0FBC'

red 140 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #8C0FBC

Tints of Dark Violet #8C0FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.37%

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

R = 40.82%
G = 4.37%
B = 54.81%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C0FBC (or 0x8C0FBC) is known color: Dark Violet. HEX triplet: 8C, 0F and BC. RGB value is (140,15,188). Sum of RGB (Red+Green+Blue) = 140+15+188=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C0FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0FBC is #73F043. Grayscale: #474747. Windows color (decimal): -7598148 or 12324748. OLE color: 12324748.

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

Color convert

RGB 140 15 188 -
CMYK 0.26 0.92 0 0.26
HSL 283.35º 0.85% 0.4% -
HSV(B) 283.35º 0.92% 0.74% -
XYZ 20.06 9.55 48.36 -
YUV 72.1 193.41 176.43 -
System Red Green Blue C M Y K H S L
Decimal 140 15 188 0.26 0.92 0 0.26 283.35 0.85 0.4
Hex 8C F BC 1A 5C 0 1A 11B 55 28
Octal 214 17 274 32 134 0 32 433 125 50
Binary 10001100 1111 10111100 11010 1011100 0 11010 100011011 1010101 101000

Color Harmonies of #8C0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0FBC

Black with #8C0FBC

Text Example


Text Example

White with #8C0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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