#8258B8

Color #8258B8 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8258B8

Tints of Deep Lilac #8258B8

Color information

#8258B8 (or 0x8258B8) is unknown color: approx Deep Lilac. HEX triplet: 82, 58 and B8. RGB value is (130,88,184). Sum of RGB (Red+Green+Blue) = 130+88+184=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #8258B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258B8 is #7DA747. Grayscale: #6F6F6F. Windows color (decimal): -8234824 or 12081282. OLE color: 12081282.

HSL color Cylindrical-coordinate representation of color #8258B8: hue angle of 266.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8258B8 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13088184-
CMYK0.290.5200.28
HSL266.25º40.34%53.33%-
HSV(B)266.25º52.17%72.16%-
XYZ21.3515.1947.15-
YUV111.5168.91141.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 184 (72.27% from 255) = 45.77%
R=32.34%
G=21.89%
B=45.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130881840.290.5200.28266.2540.3453.33
Hex8258B81D3401C10a2835
Octal20213027035640344125065
Binary1000001010110001011100011101110100011100100001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8258B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8258B8;
 }
 .AnyTagClassName
 {
   color: #8258B8;
 }
</style>
background-color css

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

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

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

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

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

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