Html Css Color HEX #8C12CF Dark Violet

📋 copy color: '#8C12CF'

red 140 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #8C12CF

Tints of Dark Violet #8C12CF

RGB

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

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

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

R = 38.36%
G = 4.93%
B = 56.71%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C12CF (or 0x8C12CF) is known color: Dark Violet. HEX triplet: 8C, 12 and CF. RGB value is (140,18,207). Sum of RGB (Red+Green+Blue) = 140+18+207=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C12CF is #73ED30. Grayscale: #4B4B4B. Windows color (decimal): -7597361 or 13570700. OLE color: 13570700.

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

Color convert

RGB 140 18 207 -
CMYK 0.32 0.91 0 0.19
HSL 278.73º 0.84% 0.44% -
HSV(B) 278.73º 0.91% 0.81% -
XYZ 22.29 10.51 59.89 -
YUV 76.02 201.92 173.63 -
System Red Green Blue C M Y K H S L
Decimal 140 18 207 0.32 0.91 0 0.19 278.73 0.84 0.44
Hex 8C 12 CF 20 5B 0 13 117 54 2C
Octal 214 22 317 40 133 0 23 427 124 54
Binary 10001100 10010 11001111 100000 1011011 0 10011 100010111 1010100 101100

Color Harmonies of #8C12CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C12CF

Black with #8C12CF

Text Example


Text Example

White with #8C12CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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