Html Css Color HEX #8348BE Deep Lilac

📋 copy color: '#8348BE'

red 131 ◦ green 72 ◦ blue 190

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

Shades of Deep Lilac #8348BE

Tints of Deep Lilac #8348BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 33.33%
G = 18.32%
B = 48.35%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8348BE (or 0x8348BE) is known color: Deep Lilac. HEX triplet: 83, 48 and BE. RGB value is (131,72,190). Sum of RGB (Red+Green+Blue) = 131+72+190=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #8348BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348BE is #7CB741. Grayscale: #666666. Windows color (decimal): -8173378 or 12470403. OLE color: 12470403.

HSL color Cylindrical-coordinate representation of color #8348BE: hue angle of 270º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8348BE is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 72 190 -
CMYK 0.31 0.62 0 0.25
HSL 270º 0.48% 0.51% -
HSV(B) 270º 0.62% 0.75% -
XYZ 20.97 13.18 50.15 -
YUV 103.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 131 72 190 0.31 0.62 0 0.25 270 0.48 0.51
Hex 83 48 BE 1F 3E 0 19 10E 30 33
Octal 203 110 276 37 76 0 31 416 60 63
Binary 10000011 1001000 10111110 11111 111110 0 11001 100001110 110000 110011

Color Harmonies of #8348BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348BE

Black with #8348BE

Text Example


Text Example

White with #8348BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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