Html Css Color HEX #947AC0 Lilac Bush

📋 copy color: '#947AC0'

red 148 ◦ green 122 ◦ blue 192

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

Shades of Lilac Bush #947AC0

Tints of Lilac Bush #947AC0

RGB

 RED value IS 148 (58.2% from 255) = 32.03%

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

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 32.03%
G = 26.41%
B = 41.56%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#947AC0 (or 0x947AC0) is known color: Lilac Bush. HEX triplet: 94, 7A and C0. RGB value is (148,122,192). Sum of RGB (Red+Green+Blue) = 148+122+192=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #947AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AC0 is #6B853F. Grayscale: #898989. Windows color (decimal): -7046464 or 12614292. OLE color: 12614292.

HSL color Cylindrical-coordinate representation of color #947AC0: hue angle of 262.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947AC0 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 122 192 -
CMYK 0.23 0.36 0 0.25
HSL 262.29º 0.36% 0.62% -
HSV(B) 262.29º 0.36% 0.75% -
XYZ 28.69 24.02 52.99 -
YUV 137.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 148 122 192 0.23 0.36 0 0.25 262.29 0.36 0.62
Hex 94 7A C0 17 24 0 19 106 24 3E
Octal 224 172 300 27 44 0 31 406 44 76
Binary 10010100 1111010 11000000 10111 100100 0 11001 100000110 100100 111110

Color Harmonies of #947AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947AC0

Black with #947AC0

Text Example


Text Example

White with #947AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947AC0; }

 p { color: rgb(148,122,192); }

 H1.HeaderClassName
 {
   color: #947AC0;
 }
 .AnyTagClassName
 {
   color: #947AC0;
 }
</style>

background-color css

<style>
 a { background-color: #947AC0; }

 a { background-color: rgb(148,122,192); }

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

border-color css

<style>
 span { border-color: #947AC0; }

 span { border-color: rgb(148,122,192); }

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