Html Css Color HEX #8E3BF1 Blue Violet

📋 copy color: '#8E3BF1'

red 142 ◦ green 59 ◦ blue 241

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

Shades of Blue Violet #8E3BF1

Tints of Blue Violet #8E3BF1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

 BLUE value IS 241 (94.53% from 255) = 54.52%

R = 32.13%
G = 13.35%
B = 54.52%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8E3BF1 (or 0x8E3BF1) is known color: Blue Violet. HEX triplet: 8E, 3B and F1. RGB value is (142,59,241). Sum of RGB (Red+Green+Blue) = 142+59+241=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #8E3BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3BF1 is #71C40E. Grayscale: #676767. Windows color (decimal): -7455759 or 15809422. OLE color: 15809422.

HSL color Cylindrical-coordinate representation of color #8E3BF1: hue angle of 267.36º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E3BF1 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 59 241 -
CMYK 0.41 0.76 0 0.05
HSL 267.36º 0.87% 0.59% -
HSV(B) 267.36º 0.76% 0.95% -
XYZ 28.6 15.23 84.65 -
YUV 104.57 205 154.7 -
System Red Green Blue C M Y K H S L
Decimal 142 59 241 0.41 0.76 0 0.05 267.36 0.87 0.59
Hex 8E 3B F1 29 4C 0 5 10B 57 3B
Octal 216 73 361 51 114 0 5 413 127 73
Binary 10001110 111011 11110001 101001 1001100 0 101 100001011 1010111 111011

Color Harmonies of #8E3BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3BF1

Black with #8E3BF1

Text Example


Text Example

White with #8E3BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,59,241); }

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

background-color css

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

 a { background-color: rgb(142,59,241); }

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

border-color css

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

 span { border-color: rgb(142,59,241); }

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