Html Css Color HEX #8245BF Deep Lilac

📋 copy color: '#8245BF'

red 130 ◦ green 69 ◦ blue 191

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

Shades of Deep Lilac #8245BF

Tints of Deep Lilac #8245BF

RGB

 RED value IS 130 (51.17% from 255) = 33.33%

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 33.33%
G = 17.69%
B = 48.97%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8245BF (or 0x8245BF) is known color: Deep Lilac. HEX triplet: 82, 45 and BF. RGB value is (130,69,191). Sum of RGB (Red+Green+Blue) = 130+69+191=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #8245BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245BF is #7DBA40. Grayscale: #646464. Windows color (decimal): -8239681 or 12535170. OLE color: 12535170.

HSL color Cylindrical-coordinate representation of color #8245BF: hue angle of 270º degrees, saturation: 0.49, 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 #8245BF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 69 191 -
CMYK 0.32 0.64 0 0.25
HSL 270º 0.49% 0.51% -
HSV(B) 270º 0.64% 0.75% -
XYZ 20.74 12.76 50.66 -
YUV 101.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 130 69 191 0.32 0.64 0 0.25 270 0.49 0.51
Hex 82 45 BF 20 40 0 19 10E 31 33
Octal 202 105 277 40 100 0 31 416 61 63
Binary 10000010 1000101 10111111 100000 1000000 0 11001 100001110 110001 110011

Color Harmonies of #8245BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8245BF

Black with #8245BF

Text Example


Text Example

White with #8245BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8245BF; }

 p { color: rgb(130,69,191); }

 H1.HeaderClassName
 {
   color: #8245BF;
 }
 .AnyTagClassName
 {
   color: #8245BF;
 }
</style>

background-color css

<style>
 a { background-color: #8245BF; }

 a { background-color: rgb(130,69,191); }

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

border-color css

<style>
 span { border-color: #8245BF; }

 span { border-color: rgb(130,69,191); }

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