Html Css Color HEX #8342EB Blue Violet

📋 copy color: '#8342EB'

red 131 ◦ green 66 ◦ blue 235

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

Shades of Blue Violet #8342EB

Tints of Blue Violet #8342EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 30.32%
G = 15.28%
B = 54.4%

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

#8342EB (or 0x8342EB) is known color: Blue Violet. HEX triplet: 83, 42 and EB. RGB value is (131,66,235). Sum of RGB (Red+Green+Blue) = 131+66+235=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #8342EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8342EB is #7CBD14. Grayscale: #686868. Windows color (decimal): -8174869 or 15417987. OLE color: 15417987.

HSL color Cylindrical-coordinate representation of color #8342EB: hue angle of 263.08º degrees, saturation: 0.81, 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 #8342EB is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 66 235 -
CMYK 0.44 0.72 0 0.08
HSL 263.08º 0.81% 0.59% -
HSV(B) 263.08º 0.72% 0.92% -
XYZ 26.3 14.72 80.05 -
YUV 104.7 201.53 146.76 -
System Red Green Blue C M Y K H S L
Decimal 131 66 235 0.44 0.72 0 0.08 263.08 0.81 0.59
Hex 83 42 EB 2C 48 0 8 107 51 3B
Octal 203 102 353 54 110 0 10 407 121 73
Binary 10000011 1000010 11101011 101100 1001000 0 1000 100000111 1010001 111011

Color Harmonies of #8342EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342EB

Black with #8342EB

Text Example


Text Example

White with #8342EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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