Html Css Color HEX #8245BC Deep Lilac

📋 copy color: '#8245BC'

red 130 ◦ green 69 ◦ blue 188

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

Shades of Deep Lilac #8245BC

Tints of Deep Lilac #8245BC

RGB

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

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

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

R = 33.59%
G = 17.83%
B = 48.58%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8245BC (or 0x8245BC) is known color: Deep Lilac. HEX triplet: 82, 45 and BC. RGB value is (130,69,188). Sum of RGB (Red+Green+Blue) = 130+69+188=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #8245BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245BC is #7DBA43. Grayscale: #646464. Windows color (decimal): -8239684 or 12338562. OLE color: 12338562.

HSL color Cylindrical-coordinate representation of color #8245BC: hue angle of 270.76º 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 #8245BC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 69 188 -
CMYK 0.31 0.63 0 0.26
HSL 270.76º 0.47% 0.5% -
HSV(B) 270.76º 0.63% 0.74% -
XYZ 20.41 12.63 48.94 -
YUV 100.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 130 69 188 0.31 0.63 0 0.26 270.76 0.47 0.5
Hex 82 45 BC 1F 3F 0 1A 10F 2F 32
Octal 202 105 274 37 77 0 32 417 57 62
Binary 10000010 1000101 10111100 11111 111111 0 11010 100001111 101111 110010

Color Harmonies of #8245BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8245BC

Black with #8245BC

Text Example


Text Example

White with #8245BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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