Html Css Color HEX #8E23FA Blue Violet

📋 copy color: '#8E23FA'

red 142 ◦ green 35 ◦ blue 250

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

Shades of Blue Violet #8E23FA

Tints of Blue Violet #8E23FA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.2%

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

R = 33.26%
G = 8.2%
B = 58.55%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E23FA (or 0x8E23FA) is known color: Blue Violet. HEX triplet: 8E, 23 and FA. RGB value is (142,35,250). Sum of RGB (Red+Green+Blue) = 142+35+250=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E23FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E23FA is #71DC05. Grayscale: #5A5A5A. Windows color (decimal): -7461894 or 16393102. OLE color: 16393102.

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

Color convert

RGB 142 35 250 -
CMYK 0.43 0.86 0 0.02
HSL 269.86º 0.96% 0.56% -
HSV(B) 269.86º 0.86% 0.98% -
XYZ 29.01 13.85 91.59 -
YUV 91.5 217.45 164.02 -
System Red Green Blue C M Y K H S L
Decimal 142 35 250 0.43 0.86 0 0.02 269.86 0.96 0.56
Hex 8E 23 FA 2B 56 0 2 10E 60 38
Octal 216 43 372 53 126 0 2 416 140 70
Binary 10001110 100011 11111010 101011 1010110 0 10 100001110 1100000 111000

Color Harmonies of #8E23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E23FA

Black with #8E23FA

Text Example


Text Example

White with #8E23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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