Html Css Color HEX #9A77CF Lilac Bush

📋 copy color: '#9A77CF'

red 154 ◦ green 119 ◦ blue 207

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

Shades of Lilac Bush #9A77CF

Tints of Lilac Bush #9A77CF

RGB

 RED value IS 154 (60.55% from 255) = 32.08%

 GREEN value IS 119 (46.88% from 255) = 24.79%

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 32.08%
G = 24.79%
B = 43.13%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A77CF (or 0x9A77CF) is known color: Lilac Bush. HEX triplet: 9A, 77 and CF. RGB value is (154,119,207). Sum of RGB (Red+Green+Blue) = 154+119+207=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A77CF is #658830. Grayscale: #8B8B8B. Windows color (decimal): -6654001 or 13596570. OLE color: 13596570.

HSL color Cylindrical-coordinate representation of color #9A77CF: hue angle of 263.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A77CF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 119 207 -
CMYK 0.26 0.43 0 0.19
HSL 263.86º 0.48% 0.64% -
HSV(B) 263.86º 0.43% 0.81% -
XYZ 31.19 24.57 62.13 -
YUV 139.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 154 119 207 0.26 0.43 0 0.19 263.86 0.48 0.64
Hex 9A 77 CF 1A 2B 0 13 108 30 40
Octal 232 167 317 32 53 0 23 410 60 100
Binary 10011010 1110111 11001111 11010 101011 0 10011 100001000 110000 1000000

Color Harmonies of #9A77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A77CF

Black with #9A77CF

Text Example


Text Example

White with #9A77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A77CF; }

 p { color: rgb(154,119,207); }

 H1.HeaderClassName
 {
   color: #9A77CF;
 }
 .AnyTagClassName
 {
   color: #9A77CF;
 }
</style>

background-color css

<style>
 a { background-color: #9A77CF; }

 a { background-color: rgb(154,119,207); }

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

border-color css

<style>
 span { border-color: #9A77CF; }

 span { border-color: rgb(154,119,207); }

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