Html Css Color HEX #8E4BF4 Blue Violet

📋 copy color: '#8E4BF4'

red 142 ◦ green 75 ◦ blue 244

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

Shades of Blue Violet #8E4BF4

Tints of Blue Violet #8E4BF4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.27%

 BLUE value IS 244 (95.7% from 255) = 52.93%

R = 30.8%
G = 16.27%
B = 52.93%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8E4BF4 (or 0x8E4BF4) is known color: Blue Violet. HEX triplet: 8E, 4B and F4. RGB value is (142,75,244). Sum of RGB (Red+Green+Blue) = 142+75+244=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #8E4BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4BF4 is #71B40B. Grayscale: #717171. Windows color (decimal): -7451660 or 16010126. OLE color: 16010126.

HSL color Cylindrical-coordinate representation of color #8E4BF4: hue angle of 263.79º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E4BF4 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 75 244 -
CMYK 0.42 0.69 0 0.04
HSL 263.79º 0.88% 0.63% -
HSV(B) 263.79º 0.69% 0.96% -
XYZ 30 17.31 87.35 -
YUV 114.3 201.2 147.76 -
System Red Green Blue C M Y K H S L
Decimal 142 75 244 0.42 0.69 0 0.04 263.79 0.88 0.63
Hex 8E 4B F4 2A 45 0 4 108 58 3F
Octal 216 113 364 52 105 0 4 410 130 77
Binary 10001110 1001011 11110100 101010 1000101 0 100 100001000 1011000 111111

Color Harmonies of #8E4BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4BF4

Black with #8E4BF4

Text Example


Text Example

White with #8E4BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,75,244); }

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

background-color css

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

 a { background-color: rgb(142,75,244); }

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

border-color css

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

 span { border-color: rgb(142,75,244); }

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