Html Css Color HEX #8C31DC Blue Violet

📋 copy color: '#8C31DC'

red 140 ◦ green 49 ◦ blue 220

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

Shades of Blue Violet #8C31DC

Tints of Blue Violet #8C31DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.98%

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

R = 34.23%
G = 11.98%
B = 53.79%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C31DC (or 0x8C31DC) is known color: Blue Violet. HEX triplet: 8C, 31 and DC. RGB value is (140,49,220). Sum of RGB (Red+Green+Blue) = 140+49+220=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C31DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C31DC is #73CE23. Grayscale: #5F5F5F. Windows color (decimal): -7589412 or 14430604. OLE color: 14430604.

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

Color convert

RGB 140 49 220 -
CMYK 0.36 0.78 0 0.14
HSL 271.93º 0.71% 0.53% -
HSV(B) 271.93º 0.78% 0.86% -
XYZ 24.83 12.94 68.9 -
YUV 95.7 198.15 159.6 -
System Red Green Blue C M Y K H S L
Decimal 140 49 220 0.36 0.78 0 0.14 271.93 0.71 0.53
Hex 8C 31 DC 24 4E 0 E 110 47 35
Octal 214 61 334 44 116 0 16 420 107 65
Binary 10001100 110001 11011100 100100 1001110 0 1110 100010000 1000111 110101

Color Harmonies of #8C31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C31DC

Black with #8C31DC

Text Example


Text Example

White with #8C31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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