Html Css Color HEX #946ABC Lilac Bush

📋 copy color: '#946ABC'

red 148 ◦ green 106 ◦ blue 188

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

Shades of Lilac Bush #946ABC

Tints of Lilac Bush #946ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.98%

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 33.48%
G = 23.98%
B = 42.53%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#946ABC (or 0x946ABC) is known color: Lilac Bush. HEX triplet: 94, 6A and BC. RGB value is (148,106,188). Sum of RGB (Red+Green+Blue) = 148+106+188=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #946ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ABC is #6B9543. Grayscale: #7F7F7F. Windows color (decimal): -7050564 or 12348052. OLE color: 12348052.

HSL color Cylindrical-coordinate representation of color #946ABC: hue angle of 270.73º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #946ABC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 106 188 -
CMYK 0.21 0.44 0 0.26
HSL 270.73º 0.38% 0.58% -
HSV(B) 270.73º 0.44% 0.74% -
XYZ 26.44 20.23 50.09 -
YUV 127.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 148 106 188 0.21 0.44 0 0.26 270.73 0.38 0.58
Hex 94 6A BC 15 2C 0 1A 10F 26 3A
Octal 224 152 274 25 54 0 32 417 46 72
Binary 10010100 1101010 10111100 10101 101100 0 11010 100001111 100110 111010

Color Harmonies of #946ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946ABC

Black with #946ABC

Text Example


Text Example

White with #946ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946ABC; }

 p { color: rgb(148,106,188); }

 H1.HeaderClassName
 {
   color: #946ABC;
 }
 .AnyTagClassName
 {
   color: #946ABC;
 }
</style>

background-color css

<style>
 a { background-color: #946ABC; }

 a { background-color: rgb(148,106,188); }

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

border-color css

<style>
 span { border-color: #946ABC; }

 span { border-color: rgb(148,106,188); }

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