Html Css Color HEX #8E1DFF Blue Violet

📋 copy color: '#8E1DFF'

red 142 ◦ green 29 ◦ blue 255

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

Shades of Blue Violet #8E1DFF

Tints of Blue Violet #8E1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.81%

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

R = 33.33%
G = 6.81%
B = 59.86%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E1DFF (or 0x8E1DFF) is known color: Blue Violet. HEX triplet: 8E, 1D and FF. RGB value is (142,29,255). Sum of RGB (Red+Green+Blue) = 142+29+255=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E1DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1DFF is #71E200. Grayscale: #575757. Windows color (decimal): -7463425 or 16719246. OLE color: 16719246.

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

Color convert

RGB 142 29 255 -
CMYK 0.44 0.89 0 0
HSL 270º 1% 0.56% -
HSV(B) 270º 0.89% 1% -
XYZ 29.64 13.85 95.72 -
YUV 88.55 221.94 166.12 -
System Red Green Blue C M Y K H S L
Decimal 142 29 255 0.44 0.89 0 0 270 1 0.56
Hex 8E 1D FF 2C 59 0 0 10E 64 38
Octal 216 35 377 54 131 0 0 416 144 70
Binary 10001110 11101 11111111 101100 1011001 0 0 100001110 1100100 111000

Color Harmonies of #8E1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1DFF

Black with #8E1DFF

Text Example


Text Example

White with #8E1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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