Html Css Color HEX #9F7ACE Lilac Bush

📋 copy color: '#9F7ACE'

red 159 ◦ green 122 ◦ blue 206

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

Shades of Lilac Bush #9F7ACE

Tints of Lilac Bush #9F7ACE

RGB

 RED value IS 159 (62.5% from 255) = 32.65%

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 32.65%
G = 25.05%
B = 42.3%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F7ACE (or 0x9F7ACE) is known color: Lilac Bush. HEX triplet: 9F, 7A and CE. RGB value is (159,122,206). Sum of RGB (Red+Green+Blue) = 159+122+206=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ACE is #608531. Grayscale: #8E8E8E. Windows color (decimal): -6325554 or 13531807. OLE color: 13531807.

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

Color convert

RGB 159 122 206 -
CMYK 0.23 0.41 0 0.19
HSL 266.43º 0.46% 0.64% -
HSV(B) 266.43º 0.41% 0.81% -
XYZ 32.4 25.75 61.65 -
YUV 142.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 159 122 206 0.23 0.41 0 0.19 266.43 0.46 0.64
Hex 9F 7A CE 17 29 0 13 10A 2E 40
Octal 237 172 316 27 51 0 23 412 56 100
Binary 10011111 1111010 11001110 10111 101001 0 10011 100001010 101110 1000000

Color Harmonies of #9F7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7ACE

Black with #9F7ACE

Text Example


Text Example

White with #9F7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,122,206); }

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

background-color css

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

 a { background-color: rgb(159,122,206); }

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

border-color css

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

 span { border-color: rgb(159,122,206); }

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