Html Css Color HEX #8E40FD Blue Violet

📋 copy color: '#8E40FD'

red 142 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #8E40FD

Tints of Blue Violet #8E40FD

RGB

 RED value IS 142 (55.86% from 255) = 30.94%

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 30.94%
G = 13.94%
B = 55.12%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E40FD (or 0x8E40FD) is known color: Blue Violet. HEX triplet: 8E, 40 and FD. RGB value is (142,64,253). Sum of RGB (Red+Green+Blue) = 142+64+253=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E40FD is #71BF02. Grayscale: #6C6C6C. Windows color (decimal): -7454467 or 16597134. OLE color: 16597134.

HSL color Cylindrical-coordinate representation of color #8E40FD: hue angle of 264.76º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E40FD is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 64 253 -
CMYK 0.44 0.75 0 0.01
HSL 264.76º 0.98% 0.62% -
HSV(B) 264.76º 0.75% 0.99% -
XYZ 30.72 16.51 94.5 -
YUV 108.87 209.34 151.63 -
System Red Green Blue C M Y K H S L
Decimal 142 64 253 0.44 0.75 0 0.01 264.76 0.98 0.62
Hex 8E 40 FD 2C 4B 0 1 109 62 3E
Octal 216 100 375 54 113 0 1 411 142 76
Binary 10001110 1000000 11111101 101100 1001011 0 1 100001001 1100010 111110

Color Harmonies of #8E40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E40FD

Black with #8E40FD

Text Example


Text Example

White with #8E40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,64,253); }

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

background-color css

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

 a { background-color: rgb(142,64,253); }

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

border-color css

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

 span { border-color: rgb(142,64,253); }

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