Html Css Color HEX #8C1FDC Blue Violet

📋 copy color: '#8C1FDC'

red 140 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #8C1FDC

Tints of Blue Violet #8C1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 35.81%
G = 7.93%
B = 56.27%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C1FDC (or 0x8C1FDC) is known color: Blue Violet. HEX triplet: 8C, 1F and DC. RGB value is (140,31,220). Sum of RGB (Red+Green+Blue) = 140+31+220=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C1FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1FDC is #73E023. Grayscale: #545454. Windows color (decimal): -7594020 or 14425996. OLE color: 14425996.

HSL color Cylindrical-coordinate representation of color #8C1FDC: hue angle of 274.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1FDC is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 31 220 -
CMYK 0.36 0.86 0 0.14
HSL 274.6º 0.75% 0.49% -
HSV(B) 274.6º 0.86% 0.86% -
XYZ 24.22 11.72 68.7 -
YUV 85.14 204.11 167.13 -
System Red Green Blue C M Y K H S L
Decimal 140 31 220 0.36 0.86 0 0.14 274.6 0.75 0.49
Hex 8C 1F DC 24 56 0 E 113 4B 31
Octal 214 37 334 44 126 0 16 423 113 61
Binary 10001100 11111 11011100 100100 1010110 0 1110 100010011 1001011 110001

Color Harmonies of #8C1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1FDC

Black with #8C1FDC

Text Example


Text Example

White with #8C1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,31,220); }

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

background-color css

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

 a { background-color: rgb(140,31,220); }

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

border-color css

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

 span { border-color: rgb(140,31,220); }

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