Html Css Color HEX #8345BC Deep Lilac

📋 copy color: '#8345BC'

red 131 ◦ green 69 ◦ blue 188

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

Shades of Deep Lilac #8345BC

Tints of Deep Lilac #8345BC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

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

R = 33.76%
G = 17.78%
B = 48.45%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8345BC (or 0x8345BC) is known color: Deep Lilac. HEX triplet: 83, 45 and BC. RGB value is (131,69,188). Sum of RGB (Red+Green+Blue) = 131+69+188=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #8345BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345BC is #7CBA43. Grayscale: #646464. Windows color (decimal): -8174148 or 12338563. OLE color: 12338563.

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

Color convert

RGB 131 69 188 -
CMYK 0.30 0.63 0 0.26
HSL 271.26º 0.47% 0.5% -
HSV(B) 271.26º 0.63% 0.74% -
XYZ 20.57 12.71 48.95 -
YUV 101.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 131 69 188 0.30 0.63 0 0.26 271.26 0.47 0.5
Hex 83 45 BC 1E 3F 0 1A 10F 2F 32
Octal 203 105 274 36 77 0 32 417 57 62
Binary 10000011 1000101 10111100 11110 111111 0 11010 100001111 101111 110010

Color Harmonies of #8345BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8345BC

Black with #8345BC

Text Example


Text Example

White with #8345BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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