Html Css Color HEX #8012BC Dark Violet

📋 copy color: '#8012BC'

red 128 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #8012BC

Tints of Dark Violet #8012BC

RGB

 RED value IS 128 (50.39% from 255) = 38.32%

 GREEN value IS 18 (7.42% from 255) = 5.39%

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

R = 38.32%
G = 5.39%
B = 56.29%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8012BC (or 0x8012BC) is known color: Dark Violet. HEX triplet: 80, 12 and BC. RGB value is (128,18,188). Sum of RGB (Red+Green+Blue) = 128+18+188=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #8012BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012BC is #7FED43. Grayscale: #454545. Windows color (decimal): -8383812 or 12325504. OLE color: 12325504.

HSL color Cylindrical-coordinate representation of color #8012BC: hue angle of 278.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8012BC is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 18 188 -
CMYK 0.32 0.90 0 0.26
HSL 278.82º 0.83% 0.4% -
HSV(B) 278.82º 0.9% 0.74% -
XYZ 18.2 8.65 48.29 -
YUV 70.27 194.44 169.18 -
System Red Green Blue C M Y K H S L
Decimal 128 18 188 0.32 0.90 0 0.26 278.82 0.83 0.4
Hex 80 12 BC 20 5A 0 1A 117 53 28
Octal 200 22 274 40 132 0 32 427 123 50
Binary 10000000 10010 10111100 100000 1011010 0 11010 100010111 1010011 101000

Color Harmonies of #8012BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012BC

Black with #8012BC

Text Example


Text Example

White with #8012BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8012BC; }

 p { color: rgb(128,18,188); }

 H1.HeaderClassName
 {
   color: #8012BC;
 }
 .AnyTagClassName
 {
   color: #8012BC;
 }
</style>

background-color css

<style>
 a { background-color: #8012BC; }

 a { background-color: rgb(128,18,188); }

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

border-color css

<style>
 span { border-color: #8012BC; }

 span { border-color: rgb(128,18,188); }

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