Html Css Color HEX #8012BA Dark Violet

📋 copy color: '#8012BA'

red 128 ◦ green 18 ◦ blue 186

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

Shades of Dark Violet #8012BA

Tints of Dark Violet #8012BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 38.55%
G = 5.42%
B = 56.02%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8012BA (or 0x8012BA) is known color: Dark Violet. HEX triplet: 80, 12 and BA. RGB value is (128,18,186). Sum of RGB (Red+Green+Blue) = 128+18+186=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #8012BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012BA is #7FED45. Grayscale: #454545. Windows color (decimal): -8383814 or 12194432. OLE color: 12194432.

HSL color Cylindrical-coordinate representation of color #8012BA: hue angle of 279.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8012BA is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 18 186 -
CMYK 0.31 0.90 0 0.27
HSL 279.29º 0.82% 0.4% -
HSV(B) 279.29º 0.9% 0.73% -
XYZ 17.98 8.57 47.16 -
YUV 70.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 128 18 186 0.31 0.90 0 0.27 279.29 0.82 0.4
Hex 80 12 BA 1F 5A 0 1B 117 52 28
Octal 200 22 272 37 132 0 33 427 122 50
Binary 10000000 10010 10111010 11111 1011010 0 11011 100010111 1010010 101000

Color Harmonies of #8012BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012BA

Black with #8012BA

Text Example


Text Example

White with #8012BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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