#8A62BF

Color #8A62BF Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #8A62BF

Tints of Lilac Bush #8A62BF

Color information

#8A62BF (or 0x8A62BF) is unknown color: approx Lilac Bush. HEX triplet: 8A, 62 and BF. RGB value is (138,98,191). Sum of RGB (Red+Green+Blue) = 138+98+191=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A62BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A62BF is #759D40. Grayscale: #787878. Windows color (decimal): -7707969 or 12542602. OLE color: 12542602.

HSL color Cylindrical-coordinate representation of color #8A62BF: hue angle of 265.81º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A62BF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13898191-
CMYK0.280.4900.25
HSL265.81º42.08%56.67%-
HSV(B)265.81º48.69%74.9%-
XYZ24.2517.951.47-
YUV120.56167.75140.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 191 (75% from 255) = 44.73%
R=32.32%
G=22.95%
B=44.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138981910.280.4900.25265.8142.0856.67
Hex8A62BF1C3101910a2a39
Octal21214227734610314125271
Binary1000101011000101011111111100110001011001100001010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A62BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A62BF; }

 p { color: rgb(138,98,191); }

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

<style>
 a { background-color: #8A62BF; }

 a { background-color: rgb(138,98,191); }

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

<style>
 span { border-color: #8A62BF; }

 span { border-color: rgb(138,98,191); }

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