Html Css Color HEX #9670C7 Lilac Bush

📋 copy color: '#9670C7'

red 150 ◦ green 112 ◦ blue 199

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

Shades of Lilac Bush #9670C7

Tints of Lilac Bush #9670C7

RGB

 RED value IS 150 (58.98% from 255) = 32.54%

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

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 32.54%
G = 24.3%
B = 43.17%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9670C7 (or 0x9670C7) is known color: Lilac Bush. HEX triplet: 96, 70 and C7. RGB value is (150,112,199). Sum of RGB (Red+Green+Blue) = 150+112+199=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #9670C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670C7 is #698F38. Grayscale: #848484. Windows color (decimal): -6917945 or 13070486. OLE color: 13070486.

HSL color Cylindrical-coordinate representation of color #9670C7: hue angle of 266.21º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9670C7 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 112 199 -
CMYK 0.25 0.44 0 0.22
HSL 266.21º 0.44% 0.61% -
HSV(B) 266.21º 0.44% 0.78% -
XYZ 28.68 22.2 56.81 -
YUV 133.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 150 112 199 0.25 0.44 0 0.22 266.21 0.44 0.61
Hex 96 70 C7 19 2C 0 16 10A 2C 3D
Octal 226 160 307 31 54 0 26 412 54 75
Binary 10010110 1110000 11000111 11001 101100 0 10110 100001010 101100 111101

Color Harmonies of #9670C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670C7

Black with #9670C7

Text Example


Text Example

White with #9670C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9670C7; }

 p { color: rgb(150,112,199); }

 H1.HeaderClassName
 {
   color: #9670C7;
 }
 .AnyTagClassName
 {
   color: #9670C7;
 }
</style>

background-color css

<style>
 a { background-color: #9670C7; }

 a { background-color: rgb(150,112,199); }

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

border-color css

<style>
 span { border-color: #9670C7; }

 span { border-color: rgb(150,112,199); }

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