Html Css Color HEX #8E27FA Blue Violet

📋 copy color: '#8E27FA'

red 142 ◦ green 39 ◦ blue 250

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

Shades of Blue Violet #8E27FA

Tints of Blue Violet #8E27FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.05%

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

R = 32.95%
G = 9.05%
B = 58%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E27FA (or 0x8E27FA) is known color: Blue Violet. HEX triplet: 8E, 27 and FA. RGB value is (142,39,250). Sum of RGB (Red+Green+Blue) = 142+39+250=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E27FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E27FA is #71D805. Grayscale: #5D5D5D. Windows color (decimal): -7460870 or 16394126. OLE color: 16394126.

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

Color convert

RGB 142 39 250 -
CMYK 0.43 0.84 0 0.02
HSL 269.29º 0.95% 0.57% -
HSV(B) 269.29º 0.84% 0.98% -
XYZ 29.14 14.1 91.63 -
YUV 93.85 216.12 162.34 -
System Red Green Blue C M Y K H S L
Decimal 142 39 250 0.43 0.84 0 0.02 269.29 0.95 0.57
Hex 8E 27 FA 2B 54 0 2 10D 5F 39
Octal 216 47 372 53 124 0 2 415 137 71
Binary 10001110 100111 11111010 101011 1010100 0 10 100001101 1011111 111001

Color Harmonies of #8E27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E27FA

Black with #8E27FA

Text Example


Text Example

White with #8E27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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