Html Css Color HEX #8E0AFA Blue Violet

📋 copy color: '#8E0AFA'

red 142 ◦ green 10 ◦ blue 250

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

Shades of Blue Violet #8E0AFA

Tints of Blue Violet #8E0AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 35.32%
G = 2.49%
B = 62.19%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E0AFA (or 0x8E0AFA) is known color: Blue Violet. HEX triplet: 8E, 0A and FA. RGB value is (142,10,250). Sum of RGB (Red+Green+Blue) = 142+10+250=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E0AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0AFA is #71F505. Grayscale: #4C4C4C. Windows color (decimal): -7468294 or 16386702. OLE color: 16386702.

HSL color Cylindrical-coordinate representation of color #8E0AFA: hue angle of 273º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0AFA is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 10 250 -
CMYK 0.43 0.96 0 0.02
HSL 273º 0.96% 0.51% -
HSV(B) 273º 0.96% 0.98% -
XYZ 28.52 12.87 91.42 -
YUV 76.83 225.73 174.49 -
System Red Green Blue C M Y K H S L
Decimal 142 10 250 0.43 0.96 0 0.02 273 0.96 0.51
Hex 8E A FA 2B 60 0 2 111 60 33
Octal 216 12 372 53 140 0 2 421 140 63
Binary 10001110 1010 11111010 101011 1100000 0 10 100010001 1100000 110011

Color Harmonies of #8E0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0AFA

Black with #8E0AFA

Text Example


Text Example

White with #8E0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,10,250); }

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

background-color css

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

 a { background-color: rgb(142,10,250); }

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

border-color css

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

 span { border-color: rgb(142,10,250); }

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