Html Css Color HEX #8250BE Deep Lilac

📋 copy color: '#8250BE'

red 130 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #8250BE

Tints of Deep Lilac #8250BE

RGB

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

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

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

R = 32.5%
G = 20%
B = 47.5%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8250BE (or 0x8250BE) is known color: Deep Lilac. HEX triplet: 82, 50 and BE. RGB value is (130,80,190). Sum of RGB (Red+Green+Blue) = 130+80+190=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #8250BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250BE is #7DAF41. Grayscale: #6B6B6B. Windows color (decimal): -8236866 or 12472450. OLE color: 12472450.

HSL color Cylindrical-coordinate representation of color #8250BE: hue angle of 267.27º 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 #8250BE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 80 190 -
CMYK 0.32 0.58 0 0.25
HSL 267.27º 0.46% 0.53% -
HSV(B) 267.27º 0.58% 0.75% -
XYZ 21.37 14.2 50.33 -
YUV 107.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 130 80 190 0.32 0.58 0 0.25 267.27 0.46 0.53
Hex 82 50 BE 20 3A 0 19 10B 2E 35
Octal 202 120 276 40 72 0 31 413 56 65
Binary 10000010 1010000 10111110 100000 111010 0 11001 100001011 101110 110101

Color Harmonies of #8250BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250BE

Black with #8250BE

Text Example


Text Example

White with #8250BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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