Html Css Color HEX #8C12CD Dark Violet

📋 copy color: '#8C12CD'

red 140 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #8C12CD

Tints of Dark Violet #8C12CD

RGB

 RED value IS 140 (55.08% from 255) = 38.57%

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

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

R = 38.57%
G = 4.96%
B = 56.47%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C12CD (or 0x8C12CD) is known color: Dark Violet. HEX triplet: 8C, 12 and CD. RGB value is (140,18,205). Sum of RGB (Red+Green+Blue) = 140+18+205=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C12CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C12CD is #73ED32. Grayscale: #4B4B4B. Windows color (decimal): -7597363 or 13439628. OLE color: 13439628.

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

Color convert

RGB 140 18 205 -
CMYK 0.32 0.91 0 0.20
HSL 279.14º 0.84% 0.44% -
HSV(B) 279.14º 0.91% 0.8% -
XYZ 22.05 10.42 58.61 -
YUV 75.8 200.92 173.79 -
System Red Green Blue C M Y K H S L
Decimal 140 18 205 0.32 0.91 0 0.20 279.14 0.84 0.44
Hex 8C 12 CD 20 5B 0 14 117 54 2C
Octal 214 22 315 40 133 0 24 427 124 54
Binary 10001100 10010 11001101 100000 1011011 0 10100 100010111 1010100 101100

Color Harmonies of #8C12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C12CD

Black with #8C12CD

Text Example


Text Example

White with #8C12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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