Html Css Color HEX #8342EA Blue Violet

📋 copy color: '#8342EA'

red 131 ◦ green 66 ◦ blue 234

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

Shades of Blue Violet #8342EA

Tints of Blue Violet #8342EA

RGB

 RED value IS 131 (51.56% from 255) = 30.39%

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 30.39%
G = 15.31%
B = 54.29%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8342EA (or 0x8342EA) is known color: Blue Violet. HEX triplet: 83, 42 and EA. RGB value is (131,66,234). Sum of RGB (Red+Green+Blue) = 131+66+234=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #8342EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8342EA is #7CBD15. Grayscale: #676767. Windows color (decimal): -8174870 or 15352451. OLE color: 15352451.

HSL color Cylindrical-coordinate representation of color #8342EA: hue angle of 263.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8342EA is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 66 234 -
CMYK 0.44 0.72 0 0.08
HSL 263.21º 0.8% 0.59% -
HSV(B) 263.21º 0.72% 0.92% -
XYZ 26.16 14.66 79.29 -
YUV 104.59 201.03 146.84 -
System Red Green Blue C M Y K H S L
Decimal 131 66 234 0.44 0.72 0 0.08 263.21 0.8 0.59
Hex 83 42 EA 2C 48 0 8 107 50 3B
Octal 203 102 352 54 110 0 10 407 120 73
Binary 10000011 1000010 11101010 101100 1001000 0 1000 100000111 1010000 111011

Color Harmonies of #8342EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342EA

Black with #8342EA

Text Example


Text Example

White with #8342EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8342EA; }

 p { color: rgb(131,66,234); }

 H1.HeaderClassName
 {
   color: #8342EA;
 }
 .AnyTagClassName
 {
   color: #8342EA;
 }
</style>

background-color css

<style>
 a { background-color: #8342EA; }

 a { background-color: rgb(131,66,234); }

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

border-color css

<style>
 span { border-color: #8342EA; }

 span { border-color: rgb(131,66,234); }

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