Html Css Color HEX #8012BB Dark Violet

📋 copy color: '#8012BB'

red 128 ◦ green 18 ◦ blue 187

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

Shades of Dark Violet #8012BB

Tints of Dark Violet #8012BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 38.44%
G = 5.41%
B = 56.16%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8012BB (or 0x8012BB) is known color: Dark Violet. HEX triplet: 80, 12 and BB. RGB value is (128,18,187). Sum of RGB (Red+Green+Blue) = 128+18+187=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #8012BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012BB is #7FED44. Grayscale: #454545. Windows color (decimal): -8383813 or 12259968. OLE color: 12259968.

HSL color Cylindrical-coordinate representation of color #8012BB: hue angle of 279.05º 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 #8012BB is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 18 187 -
CMYK 0.32 0.90 0 0.27
HSL 279.05º 0.82% 0.4% -
HSV(B) 279.05º 0.9% 0.73% -
XYZ 18.09 8.61 47.72 -
YUV 70.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 128 18 187 0.32 0.90 0 0.27 279.05 0.82 0.4
Hex 80 12 BB 20 5A 0 1B 117 52 28
Octal 200 22 273 40 132 0 33 427 122 50
Binary 10000000 10010 10111011 100000 1011010 0 11011 100010111 1010010 101000

Color Harmonies of #8012BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012BB

Black with #8012BB

Text Example


Text Example

White with #8012BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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