Html Css Color HEX #946DCC Lilac Bush

📋 copy color: '#946DCC'

red 148 ◦ green 109 ◦ blue 204

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

Shades of Lilac Bush #946DCC

Tints of Lilac Bush #946DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.64%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 32.1%
G = 23.64%
B = 44.25%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#946DCC (or 0x946DCC) is known color: Lilac Bush. HEX triplet: 94, 6D and CC. RGB value is (148,109,204). Sum of RGB (Red+Green+Blue) = 148+109+204=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #946DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DCC is #6B9233. Grayscale: #838383. Windows color (decimal): -7049780 or 13397396. OLE color: 13397396.

HSL color Cylindrical-coordinate representation of color #946DCC: hue angle of 264.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946DCC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 109 204 -
CMYK 0.27 0.47 0 0.2
HSL 264.63º 0.48% 0.61% -
HSV(B) 264.63º 0.47% 0.8% -
XYZ 28.58 21.59 59.79 -
YUV 131.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 148 109 204 0.27 0.47 0 0.2 264.63 0.48 0.61
Hex 94 6D CC 1B 2F 0 14 109 30 3D
Octal 224 155 314 33 57 0 24 411 60 75
Binary 10010100 1101101 11001100 11011 101111 0 10100 100001001 110000 111101

Color Harmonies of #946DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DCC

Black with #946DCC

Text Example


Text Example

White with #946DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,109,204); }

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

background-color css

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

 a { background-color: rgb(148,109,204); }

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

border-color css

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

 span { border-color: rgb(148,109,204); }

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