Html Css Color HEX #8C40E1 Blue Violet

📋 copy color: '#8C40E1'

red 140 ◦ green 64 ◦ blue 225

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

Shades of Blue Violet #8C40E1

Tints of Blue Violet #8C40E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

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

R = 32.63%
G = 14.92%
B = 52.45%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8C40E1 (or 0x8C40E1) is known color: Blue Violet. HEX triplet: 8C, 40 and E1. RGB value is (140,64,225). Sum of RGB (Red+Green+Blue) = 140+64+225=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C40E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C40E1 is #73BF1E. Grayscale: #686868. Windows color (decimal): -7585567 or 14762124. OLE color: 14762124.

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

Color convert

RGB 140 64 225 -
CMYK 0.38 0.72 0 0.12
HSL 268.32º 0.73% 0.57% -
HSV(B) 268.32º 0.72% 0.88% -
XYZ 26.24 14.68 72.68 -
YUV 105.08 195.68 152.91 -
System Red Green Blue C M Y K H S L
Decimal 140 64 225 0.38 0.72 0 0.12 268.32 0.73 0.57
Hex 8C 40 E1 26 48 0 C 10C 49 39
Octal 214 100 341 46 110 0 14 414 111 71
Binary 10001100 1000000 11100001 100110 1001000 0 1100 100001100 1001001 111001

Color Harmonies of #8C40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C40E1

Black with #8C40E1

Text Example


Text Example

White with #8C40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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