Html Css Color HEX #9770CE Lilac Bush

📋 copy color: '#9770CE'

red 151 ◦ green 112 ◦ blue 206

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

Shades of Lilac Bush #9770CE

Tints of Lilac Bush #9770CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

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

R = 32.2%
G = 23.88%
B = 43.92%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9770CE (or 0x9770CE) is known color: Lilac Bush. HEX triplet: 97, 70 and CE. RGB value is (151,112,206). Sum of RGB (Red+Green+Blue) = 151+112+206=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #9770CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770CE is #688F31. Grayscale: #868686. Windows color (decimal): -6852402 or 13529239. OLE color: 13529239.

HSL color Cylindrical-coordinate representation of color #9770CE: hue angle of 264.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9770CE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 112 206 -
CMYK 0.27 0.46 0 0.19
HSL 264.89º 0.49% 0.62% -
HSV(B) 264.89º 0.46% 0.81% -
XYZ 29.7 22.62 61.19 -
YUV 134.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 151 112 206 0.27 0.46 0 0.19 264.89 0.49 0.62
Hex 97 70 CE 1B 2E 0 13 109 31 3E
Octal 227 160 316 33 56 0 23 411 61 76
Binary 10010111 1110000 11001110 11011 101110 0 10011 100001001 110001 111110

Color Harmonies of #9770CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770CE

Black with #9770CE

Text Example


Text Example

White with #9770CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9770CE; }

 p { color: rgb(151,112,206); }

 H1.HeaderClassName
 {
   color: #9770CE;
 }
 .AnyTagClassName
 {
   color: #9770CE;
 }
</style>

background-color css

<style>
 a { background-color: #9770CE; }

 a { background-color: rgb(151,112,206); }

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

border-color css

<style>
 span { border-color: #9770CE; }

 span { border-color: rgb(151,112,206); }

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