Html Css Color HEX #8E00FA Dark Violet

📋 copy color: '#8E00FA'

red 142 ◦ green 0 ◦ blue 250

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

Shades of Dark Violet #8E00FA

Tints of Dark Violet #8E00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.22%
G = 0%
B = 63.78%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E00FA (or 0x8E00FA) is known color: Dark Violet. HEX triplet: 8E, 00 and FA. RGB value is (142,0,250). Sum of RGB (Red+Green+Blue) = 142+0+250=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E00FA is #71FF05. Grayscale: #464646. Windows color (decimal): -7470854 or 16384142. OLE color: 16384142.

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

Color convert

RGB 142 0 250 -
CMYK 0.43 1 0 0.02
HSL 274.08º 1% 0.49% -
HSV(B) 274.08º 1% 0.98% -
XYZ 28.41 12.65 91.39 -
YUV 70.96 229.04 178.67 -
System Red Green Blue C M Y K H S L
Decimal 142 0 250 0.43 1 0 0.02 274.08 1 0.49
Hex 8E 0 FA 2B 64 0 2 112 64 31
Octal 216 0 372 53 144 0 2 422 144 61
Binary 10001110 0 11111010 101011 1100100 0 10 100010010 1100100 110001

Color Harmonies of #8E00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E00FA

Black with #8E00FA

Text Example


Text Example

White with #8E00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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