Html Css Color HEX #8E39FF Blue Violet

📋 copy color: '#8E39FF'

red 142 ◦ green 57 ◦ blue 255

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

Shades of Blue Violet #8E39FF

Tints of Blue Violet #8E39FF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.56%

 BLUE value IS 255 (100% from 255) = 56.17%

R = 31.28%
G = 12.56%
B = 56.17%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E39FF (or 0x8E39FF) is known color: Blue Violet. HEX triplet: 8E, 39 and FF. RGB value is (142,57,255). Sum of RGB (Red+Green+Blue) = 142+57+255=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E39FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E39FF is #71C600. Grayscale: #686868. Windows color (decimal): -7456257 or 16726414. OLE color: 16726414.

HSL color Cylindrical-coordinate representation of color #8E39FF: hue angle of 265.76º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E39FF is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 57 255 -
CMYK 0.44 0.78 0 0
HSL 265.76º 1% 0.61% -
HSV(B) 265.76º 0.78% 1% -
XYZ 30.67 15.9 96.06 -
YUV 104.99 212.66 154.4 -
System Red Green Blue C M Y K H S L
Decimal 142 57 255 0.44 0.78 0 0 265.76 1 0.61
Hex 8E 39 FF 2C 4E 0 0 10A 64 3D
Octal 216 71 377 54 116 0 0 412 144 75
Binary 10001110 111001 11111111 101100 1001110 0 0 100001010 1100100 111101

Color Harmonies of #8E39FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E39FF

Black with #8E39FF

Text Example


Text Example

White with #8E39FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,57,255); }

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

background-color css

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

 a { background-color: rgb(142,57,255); }

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

border-color css

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

 span { border-color: rgb(142,57,255); }

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