Html Css Color HEX #8960C3 Lilac Bush

📋 copy color: '#8960C3'

red 137 ◦ green 96 ◦ blue 195

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

Shades of Lilac Bush #8960C3

Tints of Lilac Bush #8960C3

RGB

 RED value IS 137 (53.91% from 255) = 32.01%

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

 BLUE value IS 195 (76.56% from 255) = 45.56%

R = 32.01%
G = 22.43%
B = 45.56%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8960C3 (or 0x8960C3) is known color: Lilac Bush. HEX triplet: 89, 60 and C3. RGB value is (137,96,195). Sum of RGB (Red+Green+Blue) = 137+96+195=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #8960C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960C3 is #769F3C. Grayscale: #777777. Windows color (decimal): -7774013 or 12804233. OLE color: 12804233.

HSL color Cylindrical-coordinate representation of color #8960C3: hue angle of 264.85º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8960C3 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 96 195 -
CMYK 0.30 0.51 0 0.24
HSL 264.85º 0.45% 0.57% -
HSV(B) 264.85º 0.51% 0.76% -
XYZ 24.35 17.62 53.75 -
YUV 119.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 137 96 195 0.30 0.51 0 0.24 264.85 0.45 0.57
Hex 89 60 C3 1E 33 0 18 109 2D 39
Octal 211 140 303 36 63 0 30 411 55 71
Binary 10001001 1100000 11000011 11110 110011 0 11000 100001001 101101 111001

Color Harmonies of #8960C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8960C3

Black with #8960C3

Text Example


Text Example

White with #8960C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8960C3; }

 p { color: rgb(137,96,195); }

 H1.HeaderClassName
 {
   color: #8960C3;
 }
 .AnyTagClassName
 {
   color: #8960C3;
 }
</style>

background-color css

<style>
 a { background-color: #8960C3; }

 a { background-color: rgb(137,96,195); }

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

border-color css

<style>
 span { border-color: #8960C3; }

 span { border-color: rgb(137,96,195); }

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