Html Css Color HEX #8348EE Blue Violet

📋 copy color: '#8348EE'

red 131 ◦ green 72 ◦ blue 238

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

Shades of Blue Violet #8348EE

Tints of Blue Violet #8348EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.33%

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 29.71%
G = 16.33%
B = 53.97%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8348EE (or 0x8348EE) is known color: Blue Violet. HEX triplet: 83, 48 and EE. RGB value is (131,72,238). Sum of RGB (Red+Green+Blue) = 131+72+238=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #8348EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8348EE is #7CB711. Grayscale: #6B6B6B. Windows color (decimal): -8173330 or 15616131. OLE color: 15616131.

HSL color Cylindrical-coordinate representation of color #8348EE: hue angle of 261.33º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8348EE is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 72 238 -
CMYK 0.45 0.70 0 0.07
HSL 261.33º 0.83% 0.61% -
HSV(B) 261.33º 0.7% 0.93% -
XYZ 27.11 15.63 82.48 -
YUV 108.57 201.05 144 -
System Red Green Blue C M Y K H S L
Decimal 131 72 238 0.45 0.70 0 0.07 261.33 0.83 0.61
Hex 83 48 EE 2D 46 0 7 105 53 3D
Octal 203 110 356 55 106 0 7 405 123 75
Binary 10000011 1001000 11101110 101101 1000110 0 111 100000101 1010011 111101

Color Harmonies of #8348EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348EE

Black with #8348EE

Text Example


Text Example

White with #8348EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8348EE; }

 p { color: rgb(131,72,238); }

 H1.HeaderClassName
 {
   color: #8348EE;
 }
 .AnyTagClassName
 {
   color: #8348EE;
 }
</style>

background-color css

<style>
 a { background-color: #8348EE; }

 a { background-color: rgb(131,72,238); }

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

border-color css

<style>
 span { border-color: #8348EE; }

 span { border-color: rgb(131,72,238); }

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