Html Css Color HEX #8B60C1 Lilac Bush

📋 copy color: '#8B60C1'

red 139 ◦ green 96 ◦ blue 193

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

Shades of Lilac Bush #8B60C1

Tints of Lilac Bush #8B60C1

RGB

 RED value IS 139 (54.69% from 255) = 32.48%

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

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 32.48%
G = 22.43%
B = 45.09%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8B60C1 (or 0x8B60C1) is known color: Lilac Bush. HEX triplet: 8B, 60 and C1. RGB value is (139,96,193). Sum of RGB (Red+Green+Blue) = 139+96+193=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60C1 is #749F3E. Grayscale: #777777. Windows color (decimal): -7642943 or 12673163. OLE color: 12673163.

HSL color Cylindrical-coordinate representation of color #8B60C1: hue angle of 266.6º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B60C1 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 96 193 -
CMYK 0.28 0.50 0 0.24
HSL 266.6º 0.44% 0.57% -
HSV(B) 266.6º 0.5% 0.76% -
XYZ 24.46 17.7 52.58 -
YUV 119.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 139 96 193 0.28 0.50 0 0.24 266.6 0.44 0.57
Hex 8B 60 C1 1C 32 0 18 10B 2C 39
Octal 213 140 301 34 62 0 30 413 54 71
Binary 10001011 1100000 11000001 11100 110010 0 11000 100001011 101100 111001

Color Harmonies of #8B60C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B60C1

Black with #8B60C1

Text Example


Text Example

White with #8B60C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,96,193); }

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

background-color css

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

 a { background-color: rgb(139,96,193); }

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

border-color css

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

 span { border-color: rgb(139,96,193); }

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