Html Css Color HEX #8C40EA Blue Violet

📋 copy color: '#8C40EA'

red 140 ◦ green 64 ◦ blue 234

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

Shades of Blue Violet #8C40EA

Tints of Blue Violet #8C40EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 31.96%
G = 14.61%
B = 53.42%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C40EA (or 0x8C40EA) is known color: Blue Violet. HEX triplet: 8C, 40 and EA. RGB value is (140,64,234). Sum of RGB (Red+Green+Blue) = 140+64+234=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C40EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C40EA is #73BF15. Grayscale: #696969. Windows color (decimal): -7585558 or 15351948. OLE color: 15351948.

HSL color Cylindrical-coordinate representation of color #8C40EA: hue angle of 266.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C40EA is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 64 234 -
CMYK 0.40 0.73 0 0.08
HSL 266.82º 0.8% 0.58% -
HSV(B) 266.82º 0.73% 0.92% -
XYZ 27.5 15.18 79.32 -
YUV 106.1 200.18 152.18 -
System Red Green Blue C M Y K H S L
Decimal 140 64 234 0.40 0.73 0 0.08 266.82 0.8 0.58
Hex 8C 40 EA 28 49 0 8 10B 50 3A
Octal 214 100 352 50 111 0 10 413 120 72
Binary 10001100 1000000 11101010 101000 1001001 0 1000 100001011 1010000 111010

Color Harmonies of #8C40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C40EA

Black with #8C40EA

Text Example


Text Example

White with #8C40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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