Html Css Color HEX #8E38F1 Blue Violet

📋 copy color: '#8E38F1'

red 142 ◦ green 56 ◦ blue 241

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

Shades of Blue Violet #8E38F1

Tints of Blue Violet #8E38F1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.76%

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

R = 32.35%
G = 12.76%
B = 54.9%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8E38F1 (or 0x8E38F1) is known color: Blue Violet. HEX triplet: 8E, 38 and F1. RGB value is (142,56,241). Sum of RGB (Red+Green+Blue) = 142+56+241=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #8E38F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E38F1 is #71C70E. Grayscale: #666666. Windows color (decimal): -7456527 or 15808654. OLE color: 15808654.

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

Color convert

RGB 142 56 241 -
CMYK 0.41 0.77 0 0.05
HSL 267.89º 0.87% 0.58% -
HSV(B) 267.89º 0.77% 0.95% -
XYZ 28.45 14.93 84.6 -
YUV 102.8 205.99 155.96 -
System Red Green Blue C M Y K H S L
Decimal 142 56 241 0.41 0.77 0 0.05 267.89 0.87 0.58
Hex 8E 38 F1 29 4D 0 5 10C 57 3A
Octal 216 70 361 51 115 0 5 414 127 72
Binary 10001110 111000 11110001 101001 1001101 0 101 100001100 1010111 111010

Color Harmonies of #8E38F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E38F1

Black with #8E38F1

Text Example


Text Example

White with #8E38F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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