Html Css Color HEX #8A12CE Dark Violet

📋 copy color: '#8A12CE'

red 138 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #8A12CE

Tints of Dark Violet #8A12CE

RGB

 RED value IS 138 (54.3% from 255) = 38.12%

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 38.12%
G = 4.97%
B = 56.91%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A12CE (or 0x8A12CE) is known color: Dark Violet. HEX triplet: 8A, 12 and CE. RGB value is (138,18,206). Sum of RGB (Red+Green+Blue) = 138+18+206=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A12CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A12CE is #75ED31. Grayscale: #4A4A4A. Windows color (decimal): -7728434 or 13505162. OLE color: 13505162.

HSL color Cylindrical-coordinate representation of color #8A12CE: hue angle of 278.3º 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 #8A12CE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 18 206 -
CMYK 0.33 0.91 0 0.19
HSL 278.3º 0.84% 0.44% -
HSV(B) 278.3º 0.91% 0.81% -
XYZ 21.84 10.29 59.23 -
YUV 75.31 201.76 172.71 -
System Red Green Blue C M Y K H S L
Decimal 138 18 206 0.33 0.91 0 0.19 278.3 0.84 0.44
Hex 8A 12 CE 21 5B 0 13 116 54 2C
Octal 212 22 316 41 133 0 23 426 124 54
Binary 10001010 10010 11001110 100001 1011011 0 10011 100010110 1010100 101100

Color Harmonies of #8A12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A12CE

Black with #8A12CE

Text Example


Text Example

White with #8A12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A12CE; }

 p { color: rgb(138,18,206); }

 H1.HeaderClassName
 {
   color: #8A12CE;
 }
 .AnyTagClassName
 {
   color: #8A12CE;
 }
</style>

background-color css

<style>
 a { background-color: #8A12CE; }

 a { background-color: rgb(138,18,206); }

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

border-color css

<style>
 span { border-color: #8A12CE; }

 span { border-color: rgb(138,18,206); }

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