Html Css Color HEX #9A7DCA Lilac Bush

📋 copy color: '#9A7DCA'

red 154 ◦ green 125 ◦ blue 202

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

Shades of Lilac Bush #9A7DCA

Tints of Lilac Bush #9A7DCA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.99%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 32.02%
G = 25.99%
B = 42%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A7DCA (or 0x9A7DCA) is known color: Lilac Bush. HEX triplet: 9A, 7D and CA. RGB value is (154,125,202). Sum of RGB (Red+Green+Blue) = 154+125+202=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DCA is #658235. Grayscale: #8E8E8E. Windows color (decimal): -6652470 or 13270426. OLE color: 13270426.

HSL color Cylindrical-coordinate representation of color #9A7DCA: hue angle of 262.6º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A7DCA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 125 202 -
CMYK 0.24 0.38 0 0.21
HSL 262.6º 0.42% 0.64% -
HSV(B) 262.6º 0.38% 0.79% -
XYZ 31.32 25.8 59.21 -
YUV 142.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 154 125 202 0.24 0.38 0 0.21 262.6 0.42 0.64
Hex 9A 7D CA 18 26 0 15 107 2A 40
Octal 232 175 312 30 46 0 25 407 52 100
Binary 10011010 1111101 11001010 11000 100110 0 10101 100000111 101010 1000000

Color Harmonies of #9A7DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7DCA

Black with #9A7DCA

Text Example


Text Example

White with #9A7DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,202); }

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

background-color css

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

 a { background-color: rgb(154,125,202); }

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

border-color css

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

 span { border-color: rgb(154,125,202); }

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