Html Css Color HEX #8A1EFA Blue Violet

📋 copy color: '#8A1EFA'

red 138 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #8A1EFA

Tints of Blue Violet #8A1EFA

RGB

 RED value IS 138 (54.3% from 255) = 33.01%

 GREEN value IS 30 (12.11% from 255) = 7.18%

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

R = 33.01%
G = 7.18%
B = 59.81%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A1EFA (or 0x8A1EFA) is known color: Blue Violet. HEX triplet: 8A, 1E and FA. RGB value is (138,30,250). Sum of RGB (Red+Green+Blue) = 138+30+250=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1EFA is #75E105. Grayscale: #565656. Windows color (decimal): -7725318 or 16391818. OLE color: 16391818.

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

Color convert

RGB 138 30 250 -
CMYK 0.45 0.88 0 0.02
HSL 269.45º 0.96% 0.55% -
HSV(B) 269.45º 0.88% 0.98% -
XYZ 28.2 13.23 91.51 -
YUV 87.37 219.78 164.11 -
System Red Green Blue C M Y K H S L
Decimal 138 30 250 0.45 0.88 0 0.02 269.45 0.96 0.55
Hex 8A 1E FA 2D 58 0 2 10D 60 37
Octal 212 36 372 55 130 0 2 415 140 67
Binary 10001010 11110 11111010 101101 1011000 0 10 100001101 1100000 110111

Color Harmonies of #8A1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1EFA

Black with #8A1EFA

Text Example


Text Example

White with #8A1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,30,250); }

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

background-color css

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

 a { background-color: rgb(138,30,250); }

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

border-color css

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

 span { border-color: rgb(138,30,250); }

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