Html Css Color HEX #8345BE Deep Lilac

📋 copy color: '#8345BE'

red 131 ◦ green 69 ◦ blue 190

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

Shades of Deep Lilac #8345BE

Tints of Deep Lilac #8345BE

RGB

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

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

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

R = 33.59%
G = 17.69%
B = 48.72%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8345BE (or 0x8345BE) is known color: Deep Lilac. HEX triplet: 83, 45 and BE. RGB value is (131,69,190). Sum of RGB (Red+Green+Blue) = 131+69+190=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #8345BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345BE is #7CBA41. Grayscale: #646464. Windows color (decimal): -8174146 or 12469635. OLE color: 12469635.

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

Color convert

RGB 131 69 190 -
CMYK 0.31 0.64 0 0.25
HSL 270.74º 0.48% 0.51% -
HSV(B) 270.74º 0.64% 0.75% -
XYZ 20.78 12.8 50.09 -
YUV 101.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 131 69 190 0.31 0.64 0 0.25 270.74 0.48 0.51
Hex 83 45 BE 1F 40 0 19 10F 30 33
Octal 203 105 276 37 100 0 31 417 60 63
Binary 10000011 1000101 10111110 11111 1000000 0 11001 100001111 110000 110011

Color Harmonies of #8345BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8345BE

Black with #8345BE

Text Example


Text Example

White with #8345BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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