Html Css Color HEX #8C31DF Blue Violet

📋 copy color: '#8C31DF'

red 140 ◦ green 49 ◦ blue 223

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

Shades of Blue Violet #8C31DF

Tints of Blue Violet #8C31DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 33.98%
G = 11.89%
B = 54.13%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C31DF (or 0x8C31DF) is known color: Blue Violet. HEX triplet: 8C, 31 and DF. RGB value is (140,49,223). Sum of RGB (Red+Green+Blue) = 140+49+223=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C31DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C31DF is #73CE20. Grayscale: #5F5F5F. Windows color (decimal): -7589409 or 14627212. OLE color: 14627212.

HSL color Cylindrical-coordinate representation of color #8C31DF: hue angle of 271.38º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C31DF is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 49 223 -
CMYK 0.37 0.78 0 0.13
HSL 271.38º 0.73% 0.53% -
HSV(B) 271.38º 0.78% 0.87% -
XYZ 25.23 13.1 71.01 -
YUV 96.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 140 49 223 0.37 0.78 0 0.13 271.38 0.73 0.53
Hex 8C 31 DF 25 4E 0 D 10F 49 35
Octal 214 61 337 45 116 0 15 417 111 65
Binary 10001100 110001 11011111 100101 1001110 0 1101 100001111 1001001 110101

Color Harmonies of #8C31DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C31DF

Black with #8C31DF

Text Example


Text Example

White with #8C31DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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