Html Css Color HEX #8258B9 Deep Lilac

📋 copy color: '#8258B9'

red 130 ◦ green 88 ◦ blue 185

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

Shades of Deep Lilac #8258B9

Tints of Deep Lilac #8258B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 32.26%
G = 21.84%
B = 45.91%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8258B9 (or 0x8258B9) is known color: Deep Lilac. HEX triplet: 82, 58 and B9. RGB value is (130,88,185). Sum of RGB (Red+Green+Blue) = 130+88+185=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #8258B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258B9 is #7DA746. Grayscale: #6F6F6F. Windows color (decimal): -8234823 or 12146818. OLE color: 12146818.

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

Color convert

RGB 130 88 185 -
CMYK 0.30 0.52 0 0.27
HSL 265.98º 0.41% 0.54% -
HSV(B) 265.98º 0.52% 0.73% -
XYZ 21.45 15.23 47.71 -
YUV 111.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 130 88 185 0.30 0.52 0 0.27 265.98 0.41 0.54
Hex 82 58 B9 1E 34 0 1B 10A 29 36
Octal 202 130 271 36 64 0 33 412 51 66
Binary 10000010 1011000 10111001 11110 110100 0 11011 100001010 101001 110110

Color Harmonies of #8258B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258B9

Black with #8258B9

Text Example


Text Example

White with #8258B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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