Html Css Color HEX #8348ED Blue Violet

📋 copy color: '#8348ED'

red 131 ◦ green 72 ◦ blue 237

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

Shades of Blue Violet #8348ED

Tints of Blue Violet #8348ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 29.77%
G = 16.36%
B = 53.86%

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

#8348ED (or 0x8348ED) is known color: Blue Violet. HEX triplet: 83, 48 and ED. RGB value is (131,72,237). Sum of RGB (Red+Green+Blue) = 131+72+237=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #8348ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8348ED is #7CB712. Grayscale: #6B6B6B. Windows color (decimal): -8173331 or 15550595. OLE color: 15550595.

HSL color Cylindrical-coordinate representation of color #8348ED: hue angle of 261.45º degrees, saturation: 0.82, 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 #8348ED is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 72 237 -
CMYK 0.45 0.70 0 0.07
HSL 261.45º 0.82% 0.61% -
HSV(B) 261.45º 0.7% 0.93% -
XYZ 26.96 15.57 81.71 -
YUV 108.45 200.55 144.08 -
System Red Green Blue C M Y K H S L
Decimal 131 72 237 0.45 0.70 0 0.07 261.45 0.82 0.61
Hex 83 48 ED 2D 46 0 7 105 52 3D
Octal 203 110 355 55 106 0 7 405 122 75
Binary 10000011 1001000 11101101 101101 1000110 0 111 100000101 1010010 111101

Color Harmonies of #8348ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348ED

Black with #8348ED

Text Example


Text Example

White with #8348ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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