Html Css Color HEX #8342EF Blue Violet

📋 copy color: '#8342EF'

red 131 ◦ green 66 ◦ blue 239

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

Shades of Blue Violet #8342EF

Tints of Blue Violet #8342EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 30.05%
G = 15.14%
B = 54.82%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8342EF (or 0x8342EF) is known color: Blue Violet. HEX triplet: 83, 42 and EF. RGB value is (131,66,239). Sum of RGB (Red+Green+Blue) = 131+66+239=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #8342EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8342EF is #7CBD10. Grayscale: #686868. Windows color (decimal): -8174865 or 15680131. OLE color: 15680131.

HSL color Cylindrical-coordinate representation of color #8342EF: hue angle of 262.54º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8342EF is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 66 239 -
CMYK 0.45 0.72 0 0.06
HSL 262.54º 0.84% 0.6% -
HSV(B) 262.54º 0.72% 0.94% -
XYZ 26.89 14.95 83.13 -
YUV 105.16 203.53 146.43 -
System Red Green Blue C M Y K H S L
Decimal 131 66 239 0.45 0.72 0 0.06 262.54 0.84 0.6
Hex 83 42 EF 2D 48 0 6 107 54 3C
Octal 203 102 357 55 110 0 6 407 124 74
Binary 10000011 1000010 11101111 101101 1001000 0 110 100000111 1010100 111100

Color Harmonies of #8342EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342EF

Black with #8342EF

Text Example


Text Example

White with #8342EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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