Html Css Color HEX #8012BE Dark Violet

📋 copy color: '#8012BE'

red 128 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #8012BE

Tints of Dark Violet #8012BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 38.1%
G = 5.36%
B = 56.55%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8012BE (or 0x8012BE) is known color: Dark Violet. HEX triplet: 80, 12 and BE. RGB value is (128,18,190). Sum of RGB (Red+Green+Blue) = 128+18+190=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #8012BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012BE is #7FED41. Grayscale: #454545. Windows color (decimal): -8383810 or 12456576. OLE color: 12456576.

HSL color Cylindrical-coordinate representation of color #8012BE: hue angle of 278.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8012BE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 18 190 -
CMYK 0.33 0.91 0 0.25
HSL 278.37º 0.83% 0.41% -
HSV(B) 278.37º 0.91% 0.75% -
XYZ 18.41 8.74 49.43 -
YUV 70.5 195.44 169.01 -
System Red Green Blue C M Y K H S L
Decimal 128 18 190 0.33 0.91 0 0.25 278.37 0.83 0.41
Hex 80 12 BE 21 5B 0 19 116 53 29
Octal 200 22 276 41 133 0 31 426 123 51
Binary 10000000 10010 10111110 100001 1011011 0 11001 100010110 1010011 101001

Color Harmonies of #8012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012BE

Black with #8012BE

Text Example


Text Example

White with #8012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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