Html Css Color HEX #8012DB Blue Violet

📋 copy color: '#8012DB'

red 128 ◦ green 18 ◦ blue 219

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

Shades of Blue Violet #8012DB

Tints of Blue Violet #8012DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60%

R = 35.07%
G = 4.93%
B = 60%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8012DB (or 0x8012DB) is known color: Blue Violet. HEX triplet: 80, 12 and DB. RGB value is (128,18,219). Sum of RGB (Red+Green+Blue) = 128+18+219=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #8012DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012DB is #7FED24. Grayscale: #494949. Windows color (decimal): -8383781 or 14357120. OLE color: 14357120.

HSL color Cylindrical-coordinate representation of color #8012DB: hue angle of 272.84º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8012DB is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 18 219 -
CMYK 0.42 0.92 0 0.14
HSL 272.84º 0.85% 0.46% -
HSV(B) 272.84º 0.92% 0.86% -
XYZ 21.9 10.14 67.82 -
YUV 73.8 209.94 166.66 -
System Red Green Blue C M Y K H S L
Decimal 128 18 219 0.42 0.92 0 0.14 272.84 0.85 0.46
Hex 80 12 DB 2A 5C 0 E 111 55 2E
Octal 200 22 333 52 134 0 16 421 125 56
Binary 10000000 10010 11011011 101010 1011100 0 1110 100010001 1010101 101110

Color Harmonies of #8012DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012DB

Black with #8012DB

Text Example


Text Example

White with #8012DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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