Html Css Color HEX #8E30DF Blue Violet

📋 copy color: '#8E30DF'

red 142 ◦ green 48 ◦ blue 223

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

Shades of Blue Violet #8E30DF

Tints of Blue Violet #8E30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.62%

 BLUE value IS 223 (87.5% from 255) = 54%

R = 34.38%
G = 11.62%
B = 54%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E30DF (or 0x8E30DF) is known color: Blue Violet. HEX triplet: 8E, 30 and DF. RGB value is (142,48,223). Sum of RGB (Red+Green+Blue) = 142+48+223=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E30DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E30DF is #71CF20. Grayscale: #5F5F5F. Windows color (decimal): -7458593 or 14626958. OLE color: 14626958.

HSL color Cylindrical-coordinate representation of color #8E30DF: hue angle of 272.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E30DF is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 48 223 -
CMYK 0.36 0.78 0 0.13
HSL 272.23º 0.73% 0.53% -
HSV(B) 272.23º 0.78% 0.87% -
XYZ 25.53 13.19 71.01 -
YUV 96.06 199.64 160.77 -
System Red Green Blue C M Y K H S L
Decimal 142 48 223 0.36 0.78 0 0.13 272.23 0.73 0.53
Hex 8E 30 DF 24 4E 0 D 110 49 35
Octal 216 60 337 44 116 0 15 420 111 65
Binary 10001110 110000 11011111 100100 1001110 0 1101 100010000 1001001 110101

Color Harmonies of #8E30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E30DF

Black with #8E30DF

Text Example


Text Example

White with #8E30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,48,223); }

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

background-color css

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

 a { background-color: rgb(142,48,223); }

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

border-color css

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

 span { border-color: rgb(142,48,223); }

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