Html Css Color HEX #8348BC Deep Lilac

📋 copy color: '#8348BC'

red 131 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #8348BC

Tints of Deep Lilac #8348BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 33.5%
G = 18.41%
B = 48.08%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8348BC (or 0x8348BC) is known color: Deep Lilac. HEX triplet: 83, 48 and BC. RGB value is (131,72,188). Sum of RGB (Red+Green+Blue) = 131+72+188=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #8348BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348BC is #7CB743. Grayscale: #666666. Windows color (decimal): -8173380 or 12339331. OLE color: 12339331.

HSL color Cylindrical-coordinate representation of color #8348BC: hue angle of 270.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8348BC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 72 188 -
CMYK 0.30 0.62 0 0.26
HSL 270.52º 0.46% 0.51% -
HSV(B) 270.52º 0.62% 0.74% -
XYZ 20.75 13.09 49.01 -
YUV 102.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 131 72 188 0.30 0.62 0 0.26 270.52 0.46 0.51
Hex 83 48 BC 1E 3E 0 1A 10F 2E 33
Octal 203 110 274 36 76 0 32 417 56 63
Binary 10000011 1001000 10111100 11110 111110 0 11010 100001111 101110 110011

Color Harmonies of #8348BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348BC

Black with #8348BC

Text Example


Text Example

White with #8348BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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