Html Css Color HEX #9C7AD0 Lilac Bush

📋 copy color: '#9C7AD0'

red 156 ◦ green 122 ◦ blue 208

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

Shades of Lilac Bush #9C7AD0

Tints of Lilac Bush #9C7AD0

RGB

 RED value IS 156 (61.33% from 255) = 32.1%

 GREEN value IS 122 (48.05% from 255) = 25.1%

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 32.1%
G = 25.1%
B = 42.8%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C7AD0 (or 0x9C7AD0) is known color: Lilac Bush. HEX triplet: 9C, 7A and D0. RGB value is (156,122,208). Sum of RGB (Red+Green+Blue) = 156+122+208=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C7AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7AD0 is #63852F. Grayscale: #8D8D8D. Windows color (decimal): -6522160 or 13662876. OLE color: 13662876.

HSL color Cylindrical-coordinate representation of color #9C7AD0: hue angle of 263.72º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C7AD0 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 122 208 -
CMYK 0.25 0.41 0 0.18
HSL 263.72º 0.48% 0.65% -
HSV(B) 263.72º 0.41% 0.82% -
XYZ 32.06 25.54 62.91 -
YUV 141.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 156 122 208 0.25 0.41 0 0.18 263.72 0.48 0.65
Hex 9C 7A D0 19 29 0 12 108 30 41
Octal 234 172 320 31 51 0 22 410 60 101
Binary 10011100 1111010 11010000 11001 101001 0 10010 100001000 110000 1000001

Color Harmonies of #9C7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7AD0

Black with #9C7AD0

Text Example


Text Example

White with #9C7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,122,208); }

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

background-color css

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

 a { background-color: rgb(156,122,208); }

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

border-color css

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

 span { border-color: rgb(156,122,208); }

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