Html Css Color HEX #8C4DE1 Blue Violet

📋 copy color: '#8C4DE1'

red 140 ◦ green 77 ◦ blue 225

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

Shades of Blue Violet #8C4DE1

Tints of Blue Violet #8C4DE1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 225 (88.28% from 255) = 50.9%

R = 31.67%
G = 17.42%
B = 50.9%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8C4DE1 (or 0x8C4DE1) is known color: Blue Violet. HEX triplet: 8C, 4D and E1. RGB value is (140,77,225). Sum of RGB (Red+Green+Blue) = 140+77+225=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C4DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DE1 is #73B21E. Grayscale: #707070. Windows color (decimal): -7582239 or 14765452. OLE color: 14765452.

HSL color Cylindrical-coordinate representation of color #8C4DE1: hue angle of 265.54º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C4DE1 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 77 225 -
CMYK 0.38 0.66 0 0.12
HSL 265.54º 0.71% 0.59% -
HSV(B) 265.54º 0.66% 0.88% -
XYZ 27.06 16.32 72.96 -
YUV 112.71 191.37 147.47 -
System Red Green Blue C M Y K H S L
Decimal 140 77 225 0.38 0.66 0 0.12 265.54 0.71 0.59
Hex 8C 4D E1 26 42 0 C 10A 47 3B
Octal 214 115 341 46 102 0 14 412 107 73
Binary 10001100 1001101 11100001 100110 1000010 0 1100 100001010 1000111 111011

Color Harmonies of #8C4DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4DE1

Black with #8C4DE1

Text Example


Text Example

White with #8C4DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,77,225); }

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

background-color css

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

 a { background-color: rgb(140,77,225); }

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

border-color css

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

 span { border-color: rgb(140,77,225); }

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