Html Css Color HEX #8E41FB Blue Violet

📋 copy color: '#8E41FB'

red 142 ◦ green 65 ◦ blue 251

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

Shades of Blue Violet #8E41FB

Tints of Blue Violet #8E41FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.19%

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 31%
G = 14.19%
B = 54.8%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E41FB (or 0x8E41FB) is known color: Blue Violet. HEX triplet: 8E, 41 and FB. RGB value is (142,65,251). Sum of RGB (Red+Green+Blue) = 142+65+251=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E41FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E41FB is #71BE04. Grayscale: #6C6C6C. Windows color (decimal): -7454213 or 16466318. OLE color: 16466318.

HSL color Cylindrical-coordinate representation of color #8E41FB: hue angle of 264.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E41FB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 65 251 -
CMYK 0.43 0.74 0 0.02
HSL 264.84º 0.96% 0.62% -
HSV(B) 264.84º 0.74% 0.98% -
XYZ 30.46 16.5 92.85 -
YUV 109.23 208.01 151.38 -
System Red Green Blue C M Y K H S L
Decimal 142 65 251 0.43 0.74 0 0.02 264.84 0.96 0.62
Hex 8E 41 FB 2B 4A 0 2 109 60 3E
Octal 216 101 373 53 112 0 2 411 140 76
Binary 10001110 1000001 11111011 101011 1001010 0 10 100001001 1100000 111110

Color Harmonies of #8E41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E41FB

Black with #8E41FB

Text Example


Text Example

White with #8E41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,65,251); }

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

background-color css

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

 a { background-color: rgb(142,65,251); }

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

border-color css

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

 span { border-color: rgb(142,65,251); }

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