Html Css Color HEX #8E42FA Blue Violet

📋 copy color: '#8E42FA'

red 142 ◦ green 66 ◦ blue 250

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

Shades of Blue Violet #8E42FA

Tints of Blue Violet #8E42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.41%

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

R = 31%
G = 14.41%
B = 54.59%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E42FA (or 0x8E42FA) is known color: Blue Violet. HEX triplet: 8E, 42 and FA. RGB value is (142,66,250). Sum of RGB (Red+Green+Blue) = 142+66+250=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E42FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E42FA is #71BD05. Grayscale: #6D6D6D. Windows color (decimal): -7453958 or 16401038. OLE color: 16401038.

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

Color convert

RGB 142 66 250 -
CMYK 0.43 0.74 0 0.02
HSL 264.78º 0.95% 0.62% -
HSV(B) 264.78º 0.74% 0.98% -
XYZ 30.36 16.55 92.04 -
YUV 109.7 207.18 151.04 -
System Red Green Blue C M Y K H S L
Decimal 142 66 250 0.43 0.74 0 0.02 264.78 0.95 0.62
Hex 8E 42 FA 2B 4A 0 2 109 5F 3E
Octal 216 102 372 53 112 0 2 411 137 76
Binary 10001110 1000010 11111010 101011 1001010 0 10 100001001 1011111 111110

Color Harmonies of #8E42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E42FA

Black with #8E42FA

Text Example


Text Example

White with #8E42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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