Html Css Color HEX #9761B4 Deep Lilac

📋 copy color: '#9761B4'

red 151 ◦ green 97 ◦ blue 180

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

Shades of Deep Lilac #9761B4

Tints of Deep Lilac #9761B4

RGB

 RED value IS 151 (59.38% from 255) = 35.28%

 GREEN value IS 97 (38.28% from 255) = 22.66%

 BLUE value IS 180 (70.7% from 255) = 42.06%

R = 35.28%
G = 22.66%
B = 42.06%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9761B4 (or 0x9761B4) is known color: Deep Lilac. HEX triplet: 97, 61 and B4. RGB value is (151,97,180). Sum of RGB (Red+Green+Blue) = 151+97+180=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #9761B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761B4 is #689E4B. Grayscale: #7A7A7A. Windows color (decimal): -6856268 or 11821463. OLE color: 11821463.

HSL color Cylindrical-coordinate representation of color #9761B4: hue angle of 279.04º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9761B4 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 97 180 -
CMYK 0.16 0.46 0 0.29
HSL 279.04º 0.36% 0.54% -
HSV(B) 279.04º 0.46% 0.71% -
XYZ 25.28 18.42 45.4 -
YUV 122.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 151 97 180 0.16 0.46 0 0.29 279.04 0.36 0.54
Hex 97 61 B4 10 2E 0 1D 117 24 36
Octal 227 141 264 20 56 0 35 427 44 66
Binary 10010111 1100001 10110100 10000 101110 0 11101 100010111 100100 110110

Color Harmonies of #9761B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9761B4

Black with #9761B4

Text Example


Text Example

White with #9761B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9761B4; }

 p { color: rgb(151,97,180); }

 H1.HeaderClassName
 {
   color: #9761B4;
 }
 .AnyTagClassName
 {
   color: #9761B4;
 }
</style>

background-color css

<style>
 a { background-color: #9761B4; }

 a { background-color: rgb(151,97,180); }

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

border-color css

<style>
 span { border-color: #9761B4; }

 span { border-color: rgb(151,97,180); }

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