Html Css Color HEX #8258BA Deep Lilac

📋 copy color: '#8258BA'

red 130 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #8258BA

Tints of Deep Lilac #8258BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 32.18%
G = 21.78%
B = 46.04%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8258BA (or 0x8258BA) is known color: Deep Lilac. HEX triplet: 82, 58 and BA. RGB value is (130,88,186). Sum of RGB (Red+Green+Blue) = 130+88+186=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8258BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258BA is #7DA745. Grayscale: #6F6F6F. Windows color (decimal): -8234822 or 12212354. OLE color: 12212354.

HSL color Cylindrical-coordinate representation of color #8258BA: hue angle of 265.71º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8258BA is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 88 186 -
CMYK 0.30 0.53 0 0.27
HSL 265.71º 0.42% 0.54% -
HSV(B) 265.71º 0.53% 0.73% -
XYZ 21.56 15.27 48.27 -
YUV 111.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 130 88 186 0.30 0.53 0 0.27 265.71 0.42 0.54
Hex 82 58 BA 1E 35 0 1B 10A 2A 36
Octal 202 130 272 36 65 0 33 412 52 66
Binary 10000010 1011000 10111010 11110 110101 0 11011 100001010 101010 110110

Color Harmonies of #8258BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258BA

Black with #8258BA

Text Example


Text Example

White with #8258BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8258BA; }

 p { color: rgb(130,88,186); }

 H1.HeaderClassName
 {
   color: #8258BA;
 }
 .AnyTagClassName
 {
   color: #8258BA;
 }
</style>

background-color css

<style>
 a { background-color: #8258BA; }

 a { background-color: rgb(130,88,186); }

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

border-color css

<style>
 span { border-color: #8258BA; }

 span { border-color: rgb(130,88,186); }

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