Html Css Color HEX #8012CD Dark Violet

📋 copy color: '#8012CD'

red 128 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #8012CD

Tints of Dark Violet #8012CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 36.47%
G = 5.13%
B = 58.4%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8012CD (or 0x8012CD) is known color: Dark Violet. HEX triplet: 80, 12 and CD. RGB value is (128,18,205). Sum of RGB (Red+Green+Blue) = 128+18+205=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #8012CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012CD is #7FED32. Grayscale: #474747. Windows color (decimal): -8383795 or 13439616. OLE color: 13439616.

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

Color convert

RGB 128 18 205 -
CMYK 0.38 0.91 0 0.20
HSL 275.29º 0.84% 0.44% -
HSV(B) 275.29º 0.91% 0.8% -
XYZ 20.14 9.43 58.52 -
YUV 72.21 202.94 167.79 -
System Red Green Blue C M Y K H S L
Decimal 128 18 205 0.38 0.91 0 0.20 275.29 0.84 0.44
Hex 80 12 CD 26 5B 0 14 113 54 2C
Octal 200 22 315 46 133 0 24 423 124 54
Binary 10000000 10010 11001101 100110 1011011 0 10100 100010011 1010100 101100

Color Harmonies of #8012CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8012CD

Black with #8012CD

Text Example


Text Example

White with #8012CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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