Html Css Color HEX #8450BE Deep Lilac

📋 copy color: '#8450BE'

red 132 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #8450BE

Tints of Deep Lilac #8450BE

RGB

 RED value IS 132 (51.95% from 255) = 32.84%

 GREEN value IS 80 (31.64% from 255) = 19.9%

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

R = 32.84%
G = 19.9%
B = 47.26%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8450BE (or 0x8450BE) is known color: Deep Lilac. HEX triplet: 84, 50 and BE. RGB value is (132,80,190). Sum of RGB (Red+Green+Blue) = 132+80+190=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #8450BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450BE is #7BAF41. Grayscale: #6B6B6B. Windows color (decimal): -8105794 or 12472452. OLE color: 12472452.

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

Color convert

RGB 132 80 190 -
CMYK 0.31 0.58 0 0.25
HSL 268.36º 0.46% 0.53% -
HSV(B) 268.36º 0.58% 0.75% -
XYZ 21.68 14.36 50.34 -
YUV 108.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 132 80 190 0.31 0.58 0 0.25 268.36 0.46 0.53
Hex 84 50 BE 1F 3A 0 19 10C 2E 35
Octal 204 120 276 37 72 0 31 414 56 65
Binary 10000100 1010000 10111110 11111 111010 0 11001 100001100 101110 110101

Color Harmonies of #8450BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8450BE

Black with #8450BE

Text Example


Text Example

White with #8450BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,80,190); }

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

background-color css

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

 a { background-color: rgb(132,80,190); }

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

border-color css

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

 span { border-color: rgb(132,80,190); }

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