Html Css Color HEX #8012CF Dark Violet

📋 copy color: '#8012CF'

red 128 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #8012CF

Tints of Dark Violet #8012CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 36.26%
G = 5.1%
B = 58.64%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8012CF (or 0x8012CF) is known color: Dark Violet. HEX triplet: 80, 12 and CF. RGB value is (128,18,207). Sum of RGB (Red+Green+Blue) = 128+18+207=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #8012CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012CF is #7FED30. Grayscale: #474747. Windows color (decimal): -8383793 or 13570688. OLE color: 13570688.

HSL color Cylindrical-coordinate representation of color #8012CF: hue angle of 274.92º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8012CF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 18 207 -
CMYK 0.38 0.91 0 0.19
HSL 274.92º 0.84% 0.44% -
HSV(B) 274.92º 0.91% 0.81% -
XYZ 20.38 9.53 59.8 -
YUV 72.44 203.94 167.63 -
System Red Green Blue C M Y K H S L
Decimal 128 18 207 0.38 0.91 0 0.19 274.92 0.84 0.44
Hex 80 12 CF 26 5B 0 13 113 54 2C
Octal 200 22 317 46 133 0 23 423 124 54
Binary 10000000 10010 11001111 100110 1011011 0 10011 100010011 1010100 101100

Color Harmonies of #8012CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012CF

Black with #8012CF

Text Example


Text Example

White with #8012CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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