Html Css Color HEX #8E3AFF Blue Violet

📋 copy color: '#8E3AFF'

red 142 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #8E3AFF

Tints of Blue Violet #8E3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.75%

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

R = 31.21%
G = 12.75%
B = 56.04%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E3AFF (or 0x8E3AFF) is known color: Blue Violet. HEX triplet: 8E, 3A and FF. RGB value is (142,58,255). Sum of RGB (Red+Green+Blue) = 142+58+255=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E3AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3AFF is #71C500. Grayscale: #686868. Windows color (decimal): -7456001 or 16726670. OLE color: 16726670.

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

Color convert

RGB 142 58 255 -
CMYK 0.44 0.77 0 0
HSL 265.58º 1% 0.61% -
HSV(B) 265.58º 0.77% 1% -
XYZ 30.72 16 96.08 -
YUV 105.57 212.33 153.98 -
System Red Green Blue C M Y K H S L
Decimal 142 58 255 0.44 0.77 0 0 265.58 1 0.61
Hex 8E 3A FF 2C 4D 0 0 10A 64 3D
Octal 216 72 377 54 115 0 0 412 144 75
Binary 10001110 111010 11111111 101100 1001101 0 0 100001010 1100100 111101

Color Harmonies of #8E3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3AFF

Black with #8E3AFF

Text Example


Text Example

White with #8E3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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