Html Css Color HEX #8A60BE Lilac Bush

📋 copy color: '#8A60BE'

red 138 ◦ green 96 ◦ blue 190

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

Shades of Lilac Bush #8A60BE

Tints of Lilac Bush #8A60BE

RGB

 RED value IS 138 (54.3% from 255) = 32.55%

 GREEN value IS 96 (37.89% from 255) = 22.64%

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

R = 32.55%
G = 22.64%
B = 44.81%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A60BE (or 0x8A60BE) is known color: Lilac Bush. HEX triplet: 8A, 60 and BE. RGB value is (138,96,190). Sum of RGB (Red+Green+Blue) = 138+96+190=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A60BE is #759F41. Grayscale: #767676. Windows color (decimal): -7708482 or 12476554. OLE color: 12476554.

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

Color convert

RGB 138 96 190 -
CMYK 0.27 0.49 0 0.25
HSL 266.81º 0.42% 0.56% -
HSV(B) 266.81º 0.49% 0.75% -
XYZ 23.96 17.49 50.83 -
YUV 119.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 138 96 190 0.27 0.49 0 0.25 266.81 0.42 0.56
Hex 8A 60 BE 1B 31 0 19 10B 2A 38
Octal 212 140 276 33 61 0 31 413 52 70
Binary 10001010 1100000 10111110 11011 110001 0 11001 100001011 101010 111000

Color Harmonies of #8A60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A60BE

Black with #8A60BE

Text Example


Text Example

White with #8A60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,96,190); }

 H1.HeaderClassName
 {
   color: #8A60BE;
 }
 .AnyTagClassName
 {
   color: #8A60BE;
 }
</style>

background-color css

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

 a { background-color: rgb(138,96,190); }

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

border-color css

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

 span { border-color: rgb(138,96,190); }

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