Html Css Color HEX #8C31DD Blue Violet

📋 copy color: '#8C31DD'

red 140 ◦ green 49 ◦ blue 221

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

Shades of Blue Violet #8C31DD

Tints of Blue Violet #8C31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 34.15%
G = 11.95%
B = 53.9%

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

#8C31DD (or 0x8C31DD) is known color: Blue Violet. HEX triplet: 8C, 31 and DD. RGB value is (140,49,221). Sum of RGB (Red+Green+Blue) = 140+49+221=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C31DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C31DD is #73CE22. Grayscale: #5F5F5F. Windows color (decimal): -7589411 or 14496140. OLE color: 14496140.

HSL color Cylindrical-coordinate representation of color #8C31DD: hue angle of 271.74º degrees, saturation: 0.72, 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 #8C31DD is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 49 221 -
CMYK 0.37 0.78 0 0.13
HSL 271.74º 0.72% 0.53% -
HSV(B) 271.74º 0.78% 0.87% -
XYZ 24.96 12.99 69.6 -
YUV 95.82 198.65 159.51 -
System Red Green Blue C M Y K H S L
Decimal 140 49 221 0.37 0.78 0 0.13 271.74 0.72 0.53
Hex 8C 31 DD 25 4E 0 D 110 48 35
Octal 214 61 335 45 116 0 15 420 110 65
Binary 10001100 110001 11011101 100101 1001110 0 1101 100010000 1001000 110101

Color Harmonies of #8C31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C31DD

Black with #8C31DD

Text Example


Text Example

White with #8C31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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